fnando / paypal-recurring

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

How to find out if the trial is still going on? #50

Open raquelhortab opened 5 years ago

raquelhortab commented 5 years ago

I see I can see the profile details but not the recurring.rb attributes, whish is where the trial length is. I had a customer with a 15-day trial and I tried finishing the trial early by setting trial_length to 0 and then checking out the "remaining" cycles, however, this still returned the days until the original trial was supposed to end. How can I figure out if the customer is still in trial?

Thanks