Welcome Guest, Not a member yet? Register   Sign In
paypal discount amount
#1

(This post was last modified: 01-28-2015, 12:47 PM by seamus.)

hello,

I wonder if anyone can shed some light on a problem Im having,
paypal seems not to want to take a discount amount when Im passing the variables over,
takes the discount_rate_cart variable but I cant seem to get it to accept the discount_amount_cart and I cant see any problem.

Code:
$config['discount_amount_cart'] = 2.99; //Discount amount [2.99]
        $config["discount_rate_cart"]     = 5; //Discount percentage [5]

percentage rate works fine but the cart amount discount wont pass over, anyone know wat Im missing?

any help would be great Wink

[edit to add]
Im using this paypal library for codeigniter
/**
* Paypal Class
*
* @package CodeIgniter
* @subpackage Libraries
* @category Payment process
* @author Romaldy Minaya
*
Reply


Messages In This Thread
paypal discount amount - by seamus - 01-28-2015, 11:58 AM
RE: paypal discount amount - by seamus - 01-28-2015, 01:20 PM
RE: paypal discount amount - by seamus - 01-29-2015, 09:33 AM
RE: paypal discount amount - by mwhitney - 01-29-2015, 09:59 AM
RE: paypal discount amount - by seamus - 01-29-2015, 10:11 AM
RE: paypal discount amount - by seamus - 01-29-2015, 11:44 AM
RE: paypal discount amount - by mwhitney - 01-29-2015, 12:20 PM
RE: paypal discount amount - by seamus - 01-29-2015, 12:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB