I have SagePay successfully setup so wanted to have a WorldPay option.
I have a reference to TeaCommerce.Api.Web.PaymentProviders
I have the WorldPay : APaymentProvider and in the front end it makes a call to GenerateHtmlForm(order, continueUrl, cancelUrl, callbackUel, CommunicationUrl, keyvalue settings)
and I have my settings in the Back Office
nothing is displayed.
I tried wrapping in Html.Raw but nothing is displayed.
All I get displayed is
"TeaCommerce.Api.Web.PaymentProviders.PaymentHtmlForm"
WorldPay Payment Provider
I have SagePay successfully setup so wanted to have a WorldPay option.
I have a reference to TeaCommerce.Api.Web.PaymentProviders
I have the WorldPay : APaymentProvider and in the front end it makes a call to GenerateHtmlForm(order, continueUrl, cancelUrl, callbackUel, CommunicationUrl, keyvalue settings)
and I have my settings in the Back Office
nothing is displayed.
I tried wrapping in Html.Raw but nothing is displayed.
All I get displayed is "TeaCommerce.Api.Web.PaymentProviders.PaymentHtmlForm"
You should make a call to TC.GeneratePaymentform and not directly to the payment form.
https://docs.teacommerce.net/reference#generatepaymentform
Kind regards
Anders
Got it sorted thanks. A simple setup missed in the Back Office.
is working on a reply...