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

Fix order id sent to Quickpay #13

Open
bjarnef opened this issue Mar 25, 2019 · 0 comments
Open

Fix order id sent to Quickpay #13

bjarnef opened this issue Mar 25, 2019 · 0 comments

Comments

@bjarnef
Copy link

bjarnef commented Mar 25, 2019

In UCommerce it seems the OrderNumber by default is assigned after the payment/transaction, so I guess the OrderNumber here actually is null.
#7 (comment)

I think it should use OrderId instead:
https://github.com/Pragmasoft/uCommerce.QuickpayV10/pull/7/files

and change the OrderNumber property to OrderId so it match the name in QuickPay input parameters.

https://learn.quickpay.net/tech-talk/payments/form/#parameters

In Tea Commerce it seems to use CartNumber.
https://github.com/TeaCommerce/Payment-Providers/blob/master/Source/TeaCommerce.PaymentProviders/Classic/QuickPay10.cs#L66-L72

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

1 participant