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

akbank-pos status fonksiyon eklenmesi #267

Open
sekizlipenguen opened this issue Feb 19, 2025 · 1 comment
Open

akbank-pos status fonksiyon eklenmesi #267

sekizlipenguen opened this issue Feb 19, 2025 · 1 comment

Comments

@sekizlipenguen
Copy link

Information Description
Kütüphane versiyonu 16.0
Gateway ismi akbank-pos
Banka ismi akbank

Sorunuz

Selam,

akbank-pos yeni alt yapısında https://sanalpos-prep.akbank.com/#processInquery işlem sorgulama fonksiyonunu eklememişiz bunu da ekleyebilir miyiz?

/**
 * @inheritDoc
 */
public function status(array $order): PosInterface
{
    throw new UnsupportedTransactionTypeException();
}
@nuryagdym
Copy link
Collaborator

Selam,
bunu icin $pos->orderHistory(['id' => 'order-123']); kullanabilirsin.
Islem Sorgulama sonucunu doner.

status isteginde bekledigim alt yapinin tek transaction donmesi. Bunlarda ise ayni order icin birden fazla transaction olabilir. Bu yuzden status responsa maplenmesi sorun.

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

2 participants