New features:
- The plugin now supports purchases with multiple items (using whatever shopping cart you like). Thanks to Matt Stine for the code!
- The plugin now records the information about the buyer that is supplied by Paypal after each transaction. This information includes name, address and email address, for example.
Bugs fixed:
- In some rare situations when an Apache reverse proxy was running as a front end for the Tomcat engine, the plugin could not redirect back to the original URI in case of an invalid payment. I replaced the URI by an absolute URL, now it works. Users of the plugin: Please change the parameter originalURI to originalURL and supply an absolute URL when you use the Paypal button tag, like this:
<paypal:button ... originalURL="${createLink(absolute: true, controller: controller, action: action, params: params)}" />
For users of Paypal Plugin V0.3: The schema has changed, the database needs to be migrated!
You can find the plugin homepage here.
Diese Beiträge könnten Sie noch interessieren:
- Tomcat behind Apache 2 reverse proxy
- Welcome back, Uncle Bob! [OOP 2010]
- This blog is now iPhone-ready!
- Annoying American Narrative
- Pretty cool Eclipse plugin for editing resource bundles
Berater, Coach und Trainer für effektive Produktentwicklung
Hallo,
vielen Dank für Ihren Einsatz.
Ich beschäftige mich gerade mit der PayPal-Integration in Grails und da kommt die Aktualisierung dieses Plugins sehr gelegen.
Kann ich die neue Version irgendwo herunterladen?
Hallo Herr Uhlmann,
seit gestern gibt es auch die V0.5 des Plugins, in der ich einen Fehler in der Kommunikation mit Paypal behoben habe.
Sie können das Plugin wie üblich mit
grails install-plugin paypalinstallieren.
Viel Erfolg!
M. Bohlen