<?php
// Test webhook manually
$_POST = array(
'id' => 'YOUR_MOLLIE_PAYMENT_ID_HERE' // Replace with actual payment ID from step 2
);
do_action('mollie_webhook_handler');
?>
<?php
// Test webhook manually
$_POST = array(
'id' => 'YOUR_MOLLIE_PAYMENT_ID_HERE' // Replace with actual payment ID from step 2
);
do_action('mollie_webhook_handler');
?>