You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 toOrderId
so it match the name in QuickPay input parameters.uCommerce.QuickpayV10/src/Pragmasoft.QuickpayV10.Extensions/Models/PaymentProperties.cs
Line 15 in 54b82a6
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
The text was updated successfully, but these errors were encountered: