I'm trying to get PayPal (Standard) working on our site.
I've gone through the instructions here:
http://help.ablecommerce.com/mergedProj ... paypal.htm
for setting up the PayPal gateway (standard).
But when I'm checking out, I click the PayPal button and I'm taken to the receipt page. Should I be seeing a PayPal payment page pop up at some point?
I've attached my debugger to the "PaypalPaymentForm.ascx" page's code and I can see that these two lines are being executed:
Code: Select all
CheckoutRequest checkoutRequest = new CheckoutRequest(payment);
CheckoutResponse checkoutResponse = Token.Instance.User.Basket.Checkout(checkoutRequest);
So it seems that the checkout is happening "behind the scenes". But I was expecting the user to be taken to a PayPal page at some point.
Is this the correct behavior? If not, what should I be seeing?
This is my first PayPal site, so I'm not sure of what to expect.
Thanks,
-tomas