We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1929b40 commit 8201522Copy full SHA for 8201522
1 file changed
admin/class-paystack-forms-admin.php
@@ -335,7 +335,7 @@ function kkd_pff_paystack_editor_add_email_data() {
335
if ($heading == "") {$heading = "We've received your payment";}
336
if ($message == "") {$message = 'Your payment was received and we appreciate it.';}
337
// Echo out the field
338
- echo '<p>Send Invoice for failed transactions:</p>';
+ echo '<p>Send an invoices when a payment is attempted:</p>';
339
echo '<select class="form-control" name="_sendinvoice" id="parent_id" style="width:100%;">
340
<option value="no" '.kkd_pff_paystack_txncheck('no',$sendinvoice).'>Don\'t send</option>
341
<option value="yes" '.kkd_pff_paystack_txncheck('yes',$sendinvoice).'>Send</option>
0 commit comments