Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (26 loc) · 1.41 KB

hooks.md

File metadata and controls

44 lines (26 loc) · 1.41 KB

Hooks

Actions

pronamic_pay_webhook_log_payment

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

pronamic_pay_digiwallet_report_url

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

Pronamic WordPress Documentor
Generated by Pronamic WordPress Documentor 1.1.0