mycred_twilio_transfer_cancelled
Description
This action allows you to execute custom code when a Twilio transfer has been successfully cancelled (if allowed). This action runs after the transfer cancellation has completed but before an SMS reply is sent to Twilio.
Available since version 1.0
Parameters
Param | Type | Required | Description |
---|---|---|---|
$transaction_id |
int | No | A unique transaction ID. |
$request |
array | No | The transfer request array that was successfully processed. |
$module |
obj | No | The Twilio Transfer module object. |
Used By
Package | Prio. | Description |
---|---|---|
Not used by any built-in package. |
Examples
No example found.