Skip to content

Commit 9d33f47

Browse files
minor change
1 parent e6f234c commit 9d33f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/class-paystack-forms-public-for-old-themes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ function kkd_pff_paystack_form_shortcode($atts) {
746746
}
747747
$showbtn = true;
748748
$planerrorcode = 'Input Correct Recurring Plan Code';
749-
$recur = $meta['_recur']
749+
$recur = $meta['_recur'];
750750
$recurplan = $meta['_recurplan'];
751751
if ($meta['_recur']== 'plan') {
752752
if ($meta['_recurplan'] == '' || $meta['_recurplan'] == '') {

public/class-paystack-forms-public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@ function kkd_pff_paystack_form_shortcode($atts) {
19731973
}
19741974
$showbtn = true;
19751975
$planerrorcode = 'Input Correct Recurring Plan Code';
1976-
$recur = $meta['_recur']
1976+
$recur = $meta['_recur'];
19771977
$recurplan = $meta['_recurplan'];
19781978
if ($meta['_recur']== 'plan') {
19791979
if ($meta['_recurplan'] == '' || $meta['_recurplan'] == '') {

0 commit comments

Comments
 (0)