Skip to content

Commit 26063b1

Browse files
committed
Back to 1.5
1 parent 429a128 commit 26063b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/class-paystack-forms-public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function enqueue_scripts() {
4545

4646
}
4747

48-
define('KKD_PFF_PAYSTACK_PERCENTAGE', 0.0155);
48+
define('KKD_PFF_PAYSTACK_PERCENTAGE', 0.015);
4949
define('KKD_PFF_PAYSTACK_CROSSOVER_TOTAL', 250000);
5050
define('KKD_PFF_PAYSTACK_ADDITIONAL_CHARGE', 10000);
5151
define('KKD_PFF_PAYSTACK_LOCAL_CAP', 200000);

public/js/paystack-forms-public.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
function calculateFees() {
4747
setTimeout(function() {
4848
var transaction_amount = parseInt(amountField.val());
49-
var multiplier = 0.0155;
49+
var multiplier = 0.015;
5050
var fees = multiplier * transaction_amount;
5151
var extrafee = 0;
5252
if (fees > 2000) {

0 commit comments

Comments
 (0)