-
Notifications
You must be signed in to change notification settings - Fork 16
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
Aimeos unable to get result for Shop_Frontend API #20
Comments
Since So |
This allows auto-wiring of Omnipay wrapper frameworks and merchant sites to correctly determine the capabilities of each API.
Needs some tests written before a release. |
Note that:
For the |
The
Shop_Frontend API
does not supportcompleteAuthorize()
orcompletePurchase()
. It also does not directly supportacceptNotification()
, which is located in theShop_Server
API.Aimeos uses the capabilities of each API to determine how to handle incoming requests, either from the user returned from a redirect or POST, or an incoming request direct from the gateway (a back-channel request). So this is confusing Aimeos a little, quite rightly.
The text was updated successfully, but these errors were encountered: