spree-pp-website-standard icon indicating copy to clipboard operation
spree-pp-website-standard copied to clipboard

Paypal Website Payments Standard Extension for Spree, the open source shopping cart

Results 6 spree-pp-website-standard issues
Sort by recently updated
recently updated
newest added

I made a change in `base_controller_decorator.rb` to not destroy the line items. This was causing a problem if the user returns to the Spree site via some means other than...

- Catches the transaction even if the user didn't go back to the store through the paypal/confirm url. I think it can be improved than that. - Tested with PayPal...

This PR includes code that will ignore an IPN message if the invoice doesn't correspond with a Spree order. Sometimes, PayPal users will receive funds outside of Spree. With the...

I know this PR has a commit from another outstanding PR, but this change needed to rename a file contained in that commit. Hard to explain. Sorry. Anyway, this PR...

This displays in the admin interface what I consider to be some of the more important info from the IPN notifications.

I created a Deface override to replace the Spree default form with the paypal form. This allows you to use the most up-to-date Spree edit view if you don't show...