EDD_Amazon_Payments::process_refund( $payment_id, $new_status, $old_status )
Detect a refund action from EDD
Description Description
Parameters Parameters
- $payment_id
-
(Required) int The ID number of the payment being refunded
- $new_status
-
(Required) string The new status assigned to the payment
- $old_status
-
(Required) string The previous status of the payment
Return Return
(void)
Source Source
File: includes/gateways/amazon-payments.php
Changelog Changelog
Version | Description |
---|---|
2.4 | Introduced. |