E::ts('The %1 (%2) Payment Processor does not have a webhook configured. This is only required for recurring contributions. You can review from your Stripe account, under Developers > Webhooks. The webhook URL is: %3',[
Feel free to open an issue for that - it's helpful going in as INFO initially as it's caused quite a few false positives on sites that have needed resolving.
Feel free to open an issue for that - it's helpful going in as INFO initially as it's caused quite a few false positives on sites that have needed resolving.
E::ts('The %1 (%2) Payment Processor has a webhook configured (%3).',[
1=>$pp['name'],
2=>$pp['id'],
3=>$webhook_path,
]),
E::ts('Stripe - Webhook'),
\Psr\Log\LogLevel::INFO,
'fa-money'
);
}
else{
$messages[]=newCRM_Utils_Check_Message(
'stripe_webhook',
E::ts('The %1 (%2) Payment Processor does not have a webhook configured. This is only required for recurring contributions. You can review from your Stripe account, under Developers > Webhooks. The webhook URL is: %3',[