Downloads
Download tar.gz
63.15 KB
MD5: 88ec10237c21b2629639f7628943d641
SHA-1: a644266d0a819aeb9590c97c5f5e9883f0de7b8f
SHA-256: a90f79bd440c50bc97fd34884a77d93f9dc54d0fde54adefb3ed74ec74c56065
Download zip
84.62 KB
MD5: 383854787d5409e4d04d93f57ee49181
SHA-1: 3f58ca0abd8bbddc587e62b04f8cc0c56ddf2cc2
SHA-256: e003aed5bd8223406bd027c863bb6aa9f842c5b6f7bcfc7f022606cdee99a241
Release notes
This is a significant update of the Payment API. The main features included in this version are:
- Support for Transaction States: Each transaction is always in a particular state, whether it's "Pending," "Active", "Completed" or "Canceled."
- Support for payment actions: The API now supports an extensible mechansim for defining and executing payment actions, such as 'authorize', 'complete', 'cancel' and 'delete'.
- Support for Drupal actions - the above-mentioned actions can be executed by Drupal through the Actions API or using the VBO module.
- Support for a sitewide currency selection. Please see #932666 for history and roadmap.
We've also fixed a lot of bugs, refactored some code, and added some refinements. Please give this release a try!