We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538af30 commit 2b47d3aCopy full SHA for 2b47d3a
public/js/paystack-forms-public.js
@@ -191,7 +191,6 @@ function KkdPffPaystackFee() {
191
$("#pf-total").val(newvalue);
192
}
193
194
- console.log(quant);
195
196
function calculateFees(transaction_amount) {
197
setTimeout(function() {
@@ -385,7 +384,6 @@ function KkdPffPaystackFee() {
385
384
var quantity = data.quantity;
386
// console.log(firstName+ " - "+lastName);
387
if (data.plan == "none" || data.plan == "" || data.plan == "no") {
388
- console.log(data)
389
var handler = PaystackPop.setup(
390
{
391
key: kkd_pff_settings.key,
0 commit comments