Skip to content

Commit 1b69936

Browse files
committed
Merge branch 'fix/convenience-fee-error' of https://github.com/PaystackHQ/plugin-payment-forms-for-wordpress into fix/convenience-fee-error
2 parents 3a1e6c6 + c09aa85 commit 1b69936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/class-paystack-forms-public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function add_for_ngn($amountinngn)
131131
function kkd_pff_paystack_add_paystack_charge($amount)
132132
{
133133
$feeSettings = Kkd_Pff_Paystack_Public::fetchFeeSettings();
134-
$pc = new PaystackCharge(
134+
$pc = new Kkd_Pff_Paystack_PaystackCharge(
135135
$feeSettings['prc'],
136136
$feeSettings['adc'],
137137
$feeSettings['ths'],

0 commit comments

Comments
 (0)