Skip to content

Commit 145bb6f

Browse files
committed
tags
1 parent c3e973b commit 145bb6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin/class-paystack-forms-admin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,13 +379,13 @@ function kkd_pff_paystack_editor_add_quantity_data() {
379379
if ($usequantity == "") {$usequantity = 'no';}
380380
if ($quantity == "") {$quantity = '10';}
381381
// Echo out the field
382-
echo '<small>Allow your users pay in multiple quantity</small><p>Quantity Payment:</p>';
382+
echo '<small>Allow your users pay in multiple quantity</small><p>Quantified Payment:</p>';
383383
echo '<select class="form-control" name="_usequantity" style="width:100%;">
384384
<option value="no" '.kkd_pff_paystack_txncheck('no',$usequantity).'>No</option>
385385
<option value="yes" '.kkd_pff_paystack_txncheck('yes',$usequantity).'>Yes</option>
386386
</select>';
387-
echo '<p>Paystack Recur Plan code:</p>';
388-
echo '<input type="text" name="_quantity" value="' . $quantity . '" class="widefat pf-number" />
387+
echo '<p>Max payable quantity:</p>';
388+
echo '<input type="number" name="_quantity" value="' . $quantity . '" class="widefat pf-number" />
389389
<small>Your users only get to pay in quantities if the from amount is not set to zero and recur is set to none.</small>';
390390

391391
}

0 commit comments

Comments
 (0)