We just launched version 2.4 of the Pronamic iDEAL plugin. In this version we added support for the Easy Digital Downloads from Pippin. With this feature you can now easily sell downloads and let visitors pay with iDEAL.
In version 2.4 we also added payment status transition hooks to hook into payment status changes. Developers can now easily hook in to payment status changes to execute some custom code:
do_action( "pronamic_payment_status_{$old_status}_to_{$new_status}", $payment );
This way developers can use for example one of the following actions:
- pronamic_payment_status_unknown_to_success
- pronamic_payment_status_open_to_success
- pronamic_payment_status_unknown_to_failure
- pronamic_payment_status_open_to_failure
- pronamic_payment_status_unknown_to_cancelled
- pronamic_payment_status_open_to_cancelled
And we improved the support of the following extensions:
- s2Member
- Shopp
- WooCommerce Sequential Order Numbers
- Event Espresso
0 thoughts