fnando / paypal-recurring

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

recurring profile details #43

Open clreddy21 opened 8 years ago

clreddy21 commented 8 years ago

How to know the status of recurring profile?

abelorian commented 7 years ago

ppr = PayPal::Recurring.new(:profile_id => current_user.paypal_profile_id) puts ppr.profile.active?

source: https://github.com/Wirwing/paypal-recurring/blob/master/lib/paypal/recurring/response/profile.rb#L47