Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESTPOS ORDERSTATUS #32

Closed
lansas opened this issue Jun 10, 2021 · 5 comments
Closed

ESTPOS ORDERSTATUS #32

lansas opened this issue Jun 10, 2021 · 5 comments

Comments

@lansas
Copy link

lansas commented Jun 10, 2021

image

merhabalar,
Mevcut Order statusü orderid ye göre nasıl sorgulayabiliyoruz?

@nuryagdym
Copy link
Collaborator

@lansas
Copy link
Author

lansas commented Jun 11, 2021

çözdüğüm şekli paylaşayım:

`$a_pos_settings = [
'bank' => 'teb',
'model' => '3d',
'client_id' => '123456789',
'username' => 'resge',
'password' => 'X123PASS',
'store_key' => '1111111111',
'env' => 'production',
'lang' => \Mews\Pos\EstPos::LANG_TR
];
$o_pos = new \Mews\Pos\Pos($a_pos_settings);

$o_est = new \Mews\Pos\EstPos($o_pos->getConfig(),$o_pos->getAccount(),$o_pos->getCurrencies());
$meta["order_id"]="123456";
$o_result = $o_est->status($meta);
var_dump($o_result);
echo $o_result->getResponse()->order_status;
`

@nuryagdym
Copy link
Collaborator

sizdeki eski versiyon anladigim kadariyla, su anki versiyonda yukarda verdigim linkteki gibi

@lansas
Copy link
Author

lansas commented Jun 11, 2021

teşekkürler. Hatırlarsan daha önce tekrarlayan ödeme üzerine konuştuyduk, tekrarlayan ödemedeki orderstatus ü sorgulamak biraz daha karışık. Umarım çok şey eklemek gerekmez. Hiç güncelleme yaptınız mı bununla ilgili?

@nuryagdym
Copy link
Collaborator

tekrarlayan odeme destegi eklendi commit: 2b7432a
ama, order status icin bir gelistirme yapilmadi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants