fnando / paypal-recurring

PayPal Express Checkout API Client for recurring billing.
256 stars 124 forks source link

Discount mechanism. #40

Open SasiMallow opened 9 years ago

SasiMallow commented 9 years ago

I would like to add discount feature for my user.

amalrik commented 9 years ago

As long as i know discounts should be implemented on the e-commerce app not on the payment api.

SasiMallow commented 8 years ago

@amalrik :Thank you for the reply, I am using paypal_recurring gem in my project and using the "trial_length" option for my user and also i need to give 50 % discount for 1st 3 months. How can i achieve this using paypal-recurring. Is there any option available in this gem or not?