Skip to content

Commit 5a91b0d

Browse files
committed
Hide
1 parent f7721ce commit 5a91b0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

class.pmprogateway_paystack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function sendToPaystack(&$order) {
320320
if ($key == '') {
321321
echo "Api keys not set";
322322
}
323-
$txn_code = $txn.'_'.$order_id;
323+
// $txn_code = $txn.'_'.$order_id;
324324

325325
$koboamount = $amount*100;
326326

0 commit comments

Comments
 (0)