adamthedeveloper / wepay-rails

Collect payments from wepay in your rails application.
MIT License
32 stars 24 forks source link

Added compatibility for wepay iframes #9

Closed gilbert closed 12 years ago

gilbert commented 12 years ago

To use wepay iframes, the dev needs to create a checkout without redirecting. These changes allow the dev to do so using the new init_checkout controller helper.

These changes are backwards compatibility with the original init_checkout_and_send_user_to_wepay controller helper.

adamthedeveloper commented 12 years ago

Fantastic. Let me review these changes and pull them in. Thanks for the addition.

Adam

adamthedeveloper commented 12 years ago

Would you mind adding a wiki entry on how to use this? Thanks. Adam

adamthedeveloper commented 12 years ago

Hi Mindeavor,

Thanks for the contribution. I have added you to the credits and as a contributor of the project. This project was granted open source license keys for JetBrains RubyMine to all contributors of the project. If you would like a license key, please send me your email address and I'll get it out to you.

Thanks again for your help. I am working on more good stuff like collecting periodic payments - it's coming - keep your eyes open.

Adam

Adam