modmore / SimpleCart_PayPal

PayPal gateway for SimpleCart
https://www.modmore.com/simplecart/documentation/payment-methods/paypal/
0 stars 0 forks source link

Send additional information about the order to paypal to display in transactions #3

Open Mark-H opened 7 years ago

Mark-H commented 7 years ago

https://modmore.slack.com/archives/extras-simplecart/p1487689040000033

Information that appears to be missing:

whatafunc commented 6 years ago

Hi Mark, is this an issue as per the SimpleCart_PayPal/core/components/simplecart_paypal/lib/paypal.class.php not passing the item name to paypal? Or a different one?

The paypal has been contacted about the issue if they know what is wrong and why there is no item name for a Sale transaction and first they were saying that the following params were missing: &PAYMENTREQUEST_0_AMT=0.50 &L_PAYMENTREQUEST_0_NAME0=test &L_PAYMENTREQUEST_0_AMT0=0.50 &L_PAYMENTREQUEST_0_QTY0=1

but once it has been implemented and tested again they keep saying something else: do not see the parameters sent in the DoExpressCheckout request yet. Would you please check on your end why the parameters are not being passed?

Is this anything you can understand, please?

Mark-H commented 6 years ago

Hi @modxcustomize, no that's not what this issue was for. Sorry, I probably should have added in more details instead of just the link to our internal slack. I've updated the first comment with information what it's about.

Feel free to open a new issue for adding the items. You'll probably need to add it to both the authorization request (before the redirect) and the checkout call in the verify method for it to work.