ruby-paypal
ruby-paypal copied to clipboard
Missing method create_monthly_subscription_request
Possible duplicate of #5? The comments suggest using a method called create_monthly_subscription_request however there is no such thing and from reading the PayPal docs it's clear that this is a necessary step for setting the description and possibly billing type. (L_BILLINGTYPE0, L_BILLINGAGREEMENTDESCRIPTION0)
Can't really use this library at the moment...
Compare https://github.com/Reprazent/ruby-paypal/blob/master/lib/ruby-paypal/paypal.rb#L143 to https://github.com/zyphlar/ruby-paypal-example/blob/master/app/controllers/payments_controller.rb#L89 (my workaround sucks but appears to work.)