-
Notifications
You must be signed in to change notification settings - Fork 121
Show amount during checkout #1
Comments
yesi have the same issue , but it seems that it is something about paypal side, i think is a bad behavior because the paypal page hides this. |
Yes, I also looked for it in the last month when I set up recurring billing for other services and the amount was nowhere shown. It kind makes sense, because what you actually do is give the website "billing permission" which is not tied to a specific amount. |
This SO article seems to have a solution: |
Great, thanks for the hint! Will try it out soon! |
I think the problem is really something with the request model...fnando can u give some help? |
oh k, i think the code was corrected. The solution was commited hours ago https://github.com/fnando/paypal-recurring/blob/master/lib/paypal/recurring/response/checkout.rb My gem is not update yet, but when i overwrited the module with this update the amount is pretty appearing =) |
good to know ! Atte. On Mon, Apr 23, 2012 at 6:42 PM, Leonardo Couto <
|
I implemented paypal-recurring according to the recent Railscast about it. Everything works except that the amount the user is setting up the recurring profile for is not shown.
I checked that the amount parameter is sent to Paypal when initiating the checkout action. Am I missing something?
The text was updated successfully, but these errors were encountered: