RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: hopewise
Site: www.dcaclab.com
Yes, that's right, so it will be used for both sandbox and production environment ?
I found the solution, I have to send the same data sent at checkout, in the create_recurring_profile
When I submit the form of new subscription, I get this error:
RuntimeError in SubscriptionsController#create
[{:code=>"11581", :messages=>["Invalid Data", "Profile description is invalid"]}]
Application Trace | Framework Trace | Full Trace app/models/paypal_payment.rb:46:in process' app/models/paypal_payment.rb:18:inmake_recurring' app/models/subscription.rb:26:in save_with_paypal_payment' app/models/subscription.rb:14:insave_with_payment' app/controllers/subscriptions_controller.rb:18:in `create'
process' app/models/paypal_payment.rb:18:in
save_with_paypal_payment' app/models/subscription.rb:14:in
Can any one help please ?
Yes, that's right, so it will be used for both sandbox and production environment ?
I found the solution, I have to send the same data sent at checkout, in the create_recurring_profile
When I submit the form of new subscription, I get this error:
RuntimeError in SubscriptionsController#create
[{:code=>"11581", :messages=>["Invalid Data", "Profile description is invalid"]}]
Application Trace | Framework Trace | Full Trace
app/models/paypal_payment.rb:46:in
process'
make_recurring'app/models/paypal_payment.rb:18:in
app/models/subscription.rb:26:in
save_with_paypal_payment'
save_with_payment'app/models/subscription.rb:14:in
app/controllers/subscriptions_controller.rb:18:in `create'
Can any one help please ?