Skip to content

Commit e08949c

Browse files
committed
Updated webhook url note
1 parent 3bbeac7 commit e08949c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

includes/class-paystack-deprecated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function admin_options() {
130130

131131
<h3>Paystack</h3>
132132

133-
<h4>If you are having issues with cancelled transactions after successful payment by customers, kindly set the url below as the Webhook URL in your <a href="https://dashboard.paystack.co/#/settings/developer">Paystack account</a> <strong style="color: red"><pre><code><?php echo WC()->api_request_url( 'Tbz_WC_Paystack_Webhook' ); ?></code></pre></strong></h4>
133+
<h4>Optional: To avoid situations where bad network makes it impossible to verify transactions, set your webhook URL <a href="https://dashboard.paystack.co/#/settings/developer">here</a> to the URL below<strong style="color: red"><pre><code><?php echo WC()->api_request_url( 'Tbz_WC_Paystack_Webhook' ); ?></code></pre></strong></h4>
134134

135135
<?php
136136

includes/class-paystack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function admin_options() {
137137

138138
<h3>Paystack</h3>
139139

140-
<h4>If you are having issues with cancelled transactions after successful payment by customers, kindly set the url below as the Webhook URL in your <a href="https://dashboard.paystack.co/#/settings/developer">Paystack account</a> <strong style="color: red"><pre><code><?php echo WC()->api_request_url( 'Tbz_WC_Paystack_Webhook' ); ?></code></pre></strong></h4>
140+
<h4>Optional: To avoid situations where bad network makes it impossible to verify transactions, set your webhook URL <a href="https://dashboard.paystack.co/#/settings/developer">here</a> to the URL below<strong style="color: red"><pre><code><?php echo WC()->api_request_url( 'Tbz_WC_Paystack_Webhook' ); ?></code></pre></strong></h4>
141141

142142
<?php
143143

0 commit comments

Comments
 (0)