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
On my payment page I have the following:
@using UCommerce.EntitiesV2@{ var paymentMethod = PaymentMethod.SingleOrDefault(x => x.Name == "Paypal"); UCommerce.Xslt.Library.CreatePayment(paymentMethod.Id);}@paymentMethod.Name
I can see that it finds my Paypal payment method, but nothing happens after this.
How can I debug this?
Do you have an active basket available?
Which version are you using?
Hi Søren.
The version is 2.6.1.0.
I reckon I have an active basket since I've been through the other steps. How can I check that?
/Kristian
Do you have a "service" configured for you "payment method"?
Also could you check the table uCommerce_Payment and see if a new payment is created for you?
Ha!
The service was not set. Stupid me.
Thanks for the pointer.
No problem. Glad it's working now.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
CreatePayment() does not redirect to payment provider
On my payment page I have the following:
I can see that it finds my Paypal payment method, but nothing happens after this.
How can I debug this?
Do you have an active basket available?
Which version are you using?
Hi Søren.
The version is 2.6.1.0.
I reckon I have an active basket since I've been through the other steps. How can I check that?
/Kristian
Do you have a "service" configured for you "payment method"?
Also could you check the table uCommerce_Payment and see if a new payment is created for you?
Ha!
The service was not set. Stupid me.
Thanks for the pointer.
/Kristian
No problem. Glad it's working now.
is working on a reply...