liqiusheng / silverstripe-ecommerce

Automatically exported from code.google.com/p/silverstripe-ecommerce
0 stars 0 forks source link

Paypal payment problem #596

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
e-commerce version: 3.1 23/10/2013

SilverStripe version: 3.1 from github

I created a paypal sandbox and have initialized the values ​​according to 
your information:

if(Director::isDev() || Director::isTest()){
    PayPalExpressCheckoutPayment::set_test_config("TestPaypalAPIUsername","TestPaypalAPIPassword","TestPaypalSignature");
}
elseif(Director::isLive()){
    PayPalExpressCheckoutPayment::set_live_config("PaypalAPIUsername","PaypalAPIPassword","PaypalSignature",false);
}

When I try to make a payment using the button 'Place order and make payment' is 
displayed the error that I have indicated in issue 594, but immediately 
disappears the error and displays the link:

http://www.sendasoft.com/en-us/checkout/order-confirmation/showorder/938/

No are requested the buyer data through paypal.

In sandbox not shown anything.

And in http://www.sendasoft.com/en-us/checkout/order-confirmation/showorder/938/

is displayed payment status: Pending

Date    Payment Status  Method  Note    Amount
23/10/2013 20:25    Pending     Paypal Credit Card      €381.79

What is happening?
I need help to make this work.

Thanks Nicolaas,

Regards,
Jose A.

Original issue reported on code.google.com by supp...@sendasoft.com on 23 Oct 2013 at 6:48

GoogleCodeExporter commented 8 years ago
Let see if 594 is fixed first... 

Original comment by nfranc...@gmail.com on 27 Oct 2013 at 10:34

GoogleCodeExporter commented 8 years ago
This problem has not been solved.

Regards,
Jose A.

Original comment by supp...@sendasoft.com on 28 Oct 2013 at 2:24

GoogleCodeExporter commented 8 years ago
594 or 596? svn or git?

Original comment by nfranc...@gmail.com on 28 Oct 2013 at 7:25

GoogleCodeExporter commented 8 years ago
The issue 594 has not been solved and will surely be the reason why it does not 
work paypal.
Maybe solving this problem (604 or 594) will be solved the problems 596 and 604.

Regards,
Jose A.

Original comment by supp...@sendasoft.com on 29 Oct 2013 at 7:05