Skip to content

Commit ed711e7

Browse files
committed
Send mail to owner for retried payments.
1 parent 694df0d commit ed711e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

public/class-paystack-forms-public.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,8 @@ function kkd_pff_paystack_rconfirm_payment() {
15941594
$decoded = json_decode($payment_array->metadata);
15951595
$fullname = $decoded[0]->value;
15961596
kkd_pff_paystack_send_receipt($payment_array->post_id,$currency,$amount_paid,$fullname,$payment_array->email,$paystack_ref,$payment_array->metadata);
1597-
1597+
kkd_pff_paystack_send_receipt_owner($payment_array->post_id,$currency,$amount_paid,$fullname,$payment_array->email,$paystack_ref,$payment_array->metadata);
1598+
15981599
}
15991600

16001601
}

0 commit comments

Comments
 (0)