Tea Commerce: TC.GeneratePaymentForm breaking after upgrade
Hi,
I've upgraded a 2.0.0.1 install to 2.1.3, just by installing the package via the Umbraco back-office. It mostly still works but there's a razor error on cart step 3 where it calls 'TC.GeneratePaymentForm'.
I notice from the revision history notes that there's a breaking change in 2.1.3: "Hashing methods renamed for payment providers" but I don't know what that means and what the implications are. My installation is using Sagepay.
Any ideas as to how to fix this issue would be much appreciated, thanks.
Sorted this. It turned out not to be related to the payment provider but to the breaking changes to the way order properties are set. In practical terms, it wasn't storing the billing/shipping details so I had to change:
Tea Commerce: TC.GeneratePaymentForm breaking after upgrade
Hi,
I've upgraded a 2.0.0.1 install to 2.1.3, just by installing the package via the Umbraco back-office. It mostly still works but there's a razor error on cart step 3 where it calls 'TC.GeneratePaymentForm'.
I notice from the revision history notes that there's a breaking change in 2.1.3: "Hashing methods renamed for payment providers" but I don't know what that means and what the implications are. My installation is using Sagepay.
Any ideas as to how to fix this issue would be much appreciated, thanks.
Sorted this. It turned out not to be related to the payment provider but to the breaking changes to the way order properties are set. In practical terms, it wasn't storing the billing/shipping details so I had to change:
To:
Hi Dan,
Glad to hear you figured it out. :)
/Rune
is working on a reply...