I am using Umbraco Commerce 13.
I have different steps for checkout. When I update payment method to Klarna for order, it is calling GenerateFormAsync method of KlarnaHppPaymentProvider. Now on next step, I am calling "Html.BeginPaymentForm" which is again calling GenerateFormAsync method of KlarnaHppPaymentProvider.
As both steps are required, can anyone please suggest how to avoid calling this method multiple times?
Klarna GenerateForm method calling twice.
Hi,
I am using Umbraco Commerce 13. I have different steps for checkout. When I update payment method to Klarna for order, it is calling GenerateFormAsync method of KlarnaHppPaymentProvider. Now on next step, I am calling "Html.BeginPaymentForm" which is again calling GenerateFormAsync method of KlarnaHppPaymentProvider.
As both steps are required, can anyone please suggest how to avoid calling this method multiple times?
Thanks,
Dhiren
is working on a reply...