File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments