Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
First, I'm new to Umbraco and Merchello, but thank you guys for this awesome product!
So my issue is this...On v1.3 I'm having a problem when I try to authorize my payments.
I traced this back to line 273 of the 1.3 version of SalePreparationBase.cs
Mandate.ParameterNotNull(paymentGatewayMethod, "paymentGatewayMethod");
My code is essentially exactly the same as the Rosetta example and it's failing in the CheckoutController in the CustomerPurchaseAndProcessPayment() procedure on the line
attempt = preparation.AuthorizePayment(paymentMethod.Key);
This works fine with v1.2...Any thoughts?
Did you find a solution to the problem?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
paymentGatewayMethod/Cash Payment Provider Error
First, I'm new to Umbraco and Merchello, but thank you guys for this awesome product!
So my issue is this...On v1.3 I'm having a problem when I try to authorize my payments.
I traced this back to line 273 of the 1.3 version of SalePreparationBase.cs
Mandate.ParameterNotNull(paymentGatewayMethod, "paymentGatewayMethod");
My code is essentially exactly the same as the Rosetta example and it's failing in the CheckoutController in the CustomerPurchaseAndProcessPayment() procedure on the line
attempt = preparation.AuthorizePayment(paymentMethod.Key);
This works fine with v1.2...Any thoughts?
Did you find a solution to the problem?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.