Page 1 of 1

Paypal express checkout fails with order item has discount

Posted: Thu Nov 20, 2014 1:28 pm
by meifullerton
when there is a discount in the item (or in the order), the Paypal payment fails. I think it's because the request sent to Payal has the grandTotal less then transactionTotal, ant this cause PayPal to fail, any idea on how to fix this?

I'm using Paypal 2.6.0-GA, and broadleaf 3.1.4-GA.

Re: Paypal express checkout fails with order item has discount

Posted: Tue Dec 02, 2014 8:14 pm
by phillipuniverse
Sounds like a bug, can you open an issue at https://github.com/BroadleafCommerce/blc-paypal/issues?

Re: Paypal express checkout fails with order item has discount

Posted: Wed Dec 03, 2014 5:45 am
by mgarfi
I have noticed this too. However it only fails when the offer is on order. I also see that a bug was never submitted. Should I submit a bug now?

Re: Paypal express checkout fails with order item has discount

Posted: Wed Dec 03, 2014 10:52 am
by phillipuniverse
Yes

Re: Paypal express checkout fails with order item has discount

Posted: Sun Feb 01, 2015 6:30 am
by amber14
I currently am working with on an implementation of Broadleaf that extends the sku entity. Its extend so that a foreign key could be added to the sku that references are existing product table in our database used by in our store POS systems.