We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
transactionId
After Pronamic Pay 9.6, users complain that the webhook functionality does not work. We have now tested a few things and have found a problem:
Object does not have `transactionId` property
It appears that Rabobank has changed the schema of the https://developer.rabobank.nl/product/10954/api/10951#/RaboSmartPayOnlinePaymentAPI_1014/operation/%2Forder%2Fserver%2Fapi%2Fv2%2Fevents%2Fresults%2Fmerchant.order .status.changed/get response.
https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/blob/d07077f7c6ed7aef24edec816accb8957d32b045/tests/http/merchant.order.status.changed.http#L23-L38
Suddenly the transactionId property no longer exists and has been changed to id.
id
It is incomprehensible that Rabobank is implementing such changes in this way. ☹️
The text was updated successfully, but these errors were encountered:
order/server/api/v2/events/results/merchant.order.status.changed
remcotolsma
Successfully merging a pull request may close this issue.
After Pronamic Pay 9.6, users complain that the webhook functionality does not work. We have now tested a few things and have found a problem:
It appears that Rabobank has changed the schema of the https://developer.rabobank.nl/product/10954/api/10951#/RaboSmartPayOnlinePaymentAPI_1014/operation/%2Forder%2Fserver%2Fapi%2Fv2%2Fevents%2Fresults%2Fmerchant.order .status.changed/get response.
https://github.com/pronamic/wp-pronamic-pay-omnikassa-2/blob/d07077f7c6ed7aef24edec816accb8957d32b045/tests/http/merchant.order.status.changed.http#L23-L38
Suddenly the
transactionId
property no longer exists and has been changed toid
.It is incomprehensible that Rabobank is implementing such changes in this way.☹️
The text was updated successfully, but these errors were encountered: