Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Show amount during checkout #1

Open
manuelmeurer opened this issue Nov 11, 2011 · 7 comments
Open

Show amount during checkout #1

manuelmeurer opened this issue Nov 11, 2011 · 7 comments

Comments

@manuelmeurer
Copy link

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?

@michelson
Copy link

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.
currently im using the description to show the pricing info an that stuff,
with that said, i think checkout paypal page have serious security issue there

@manuelmeurer
Copy link
Author

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.
Your suggestion is great, though, I will also show the amount in the description from now on.
Of course, if anybody else reads this and has a better idea about how to solve this, I'm all ears. :)

@x8k2
Copy link

x8k2 commented Apr 12, 2012

@manuelmeurer
Copy link
Author

Great, thanks for the hint! Will try it out soon!

@wallacyyy
Copy link

I think the problem is really something with the request model...fnando can u give some help?
ps: i got the same problem.

@wallacyyy
Copy link

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

@michelson
Copy link

good to know !

Atte.
Miguel Michelson Martinez

On Mon, Apr 23, 2012 at 6:42 PM, Leonardo Couto <
[email protected]

wrote:

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


Reply to this email directly or view it on GitHub:
#1 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants