Skip to content

Commit 9bb2dc9

Browse files
removed logs
1 parent d3996b6 commit 9bb2dc9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

public/class-paystack-forms-public.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ function kkd_pff_paystack_send_invoice($currency, $amount, $name, $email, $code)
915915
function kkd_pff_paystack_send_receipt($id, $currency, $amount, $name, $email, $code, $metadata)
916916
{
917917
// echo date('F j,Y');
918-
error_log(print_r("Sending reciept", TRUE));
918+
// error_log(print_r("Sending reciept", TRUE));
919919
$user_email = stripslashes($email);
920920
$subject = get_post_meta($id, '_subject', true);
921921
$heading = get_post_meta($id, '_heading', true);
@@ -3462,11 +3462,11 @@ function kkd_pff_paystack_confirm_payment()
34623462
if ($usequantity = "yes") {
34633463
$quantity = $_POST["quantity"];
34643464
$sold = get_post_meta($payment_array->post_id, '_sold', true);
3465-
error_log(print_r("sold", TRUE));
3466-
error_log(print_r($sold, TRUE));
3467-
error_log(print_r(" - - - -- - -- - - -- - ", TRUE));
3468-
error_log(print_r("Qty", TRUE));
3469-
error_log(print_r($quantity, TRUE));
3465+
// error_log(print_r("sold", TRUE));
3466+
// error_log(print_r($sold, TRUE));
3467+
// error_log(print_r(" - - - -- - -- - - -- - ", TRUE));
3468+
// error_log(print_r("Qty", TRUE));
3469+
// error_log(print_r($quantity, TRUE));
34703470
if ($sold == '') {
34713471
$sold = '0';
34723472
}

0 commit comments

Comments
 (0)