loadedcommerce / loaded7

Loaded Commerce 7 Public Repository
www.loaded7.com
GNU General Public License v2.0
19 stars 26 forks source link

L7 cart not passing tax and discount coupon to paypal #610

Closed mattloaded closed 9 years ago

mattloaded commented 9 years ago

Loaded 7 (pro/core) cart not passing the discount total/tax to the paypal.

Steps to reproduce:

  1. Install Paypal standard module as payment gateway.
  2. Setup tax for the product.
  3. Proceed further by adding the product to cart , on checkout page, the order total will contain tax + product price.
  4. Complete checkout, the cartwill redirect to paypal site, the order toal shown on paypal end will have missing tax amount.
mattloaded commented 9 years ago

Applied fix and tested, attached the new updated paypal file.


<?php /\
$Id: cod.php v1.0 2013-01-01 datazen $

Loaded Commerce, Innovative eCommerce Solutions http://www.loadedcommerce.com

Copyright (c) 2013 Loaded Commerce, LLC

@author Loaded Commerce Team @copyright (c) 2013 Loaded Commerce Team @license http://loadedcommerce.com/license.html _/ class lC_Payment_paypal_std extends lCPayment { /*

geraldbullard commented 9 years ago

Updated in develop branch, and added to loadedhq for immediate release.