Webhook log payment.
The pronamic_pay_webhook_log_payment
action is triggered so the
wp-pay/core
library can hook into this and register the webhook
call.
Arguments
Argument | Type | Description |
---|---|---|
$payment |
\Pronamic\WordPress\Pay\Gateways\DigiWallet\Payment |
Payment to log. |
Source: src/ReportController.php, line 119
Filters the DigiWallet report URL.
If you want to debug the DigiWallet report URL you can use this filter to override the report URL. You could for example use a service like https://webhook.site/ to inspect the report requests from DigiWallet.
Arguments
Argument | Type | Description |
---|---|---|
$report_url |
string |
DigiWallet report URL. |
Source: src/Gateway.php, line 114
Generated by Pronamic WordPress Documentor 1.1.0