ruby-paypal icon indicating copy to clipboard operation
ruby-paypal copied to clipboard

Missing method create_monthly_subscription_request

Open zyphlar opened this issue 11 years ago • 1 comments

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...

zyphlar avatar Apr 30 '13 07:04 zyphlar

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.)

zyphlar avatar Apr 30 '13 09:04 zyphlar