We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968503b commit ad38030Copy full SHA for ad38030
.DS_Store
0 Bytes
controllers/.DS_Store
controllers/front/confirm.php
@@ -38,6 +38,9 @@ public function initParams(){
38
39
if($nbProducts > 0 && Tools::getValue('txn_code') !== ''){
40
$txn_code = Tools::getValue('txn_code');
41
+ if(Tools::getValue('txn_code') == ""){
42
+ $txn_code = $_POST['paystack-trxref'];
43
+ }
44
$amount = Tools::getValue('amounttotal');
45
$email = Tools::getValue('email');
46
$verification = $this->verify_txn($txn_code);
logo.png
-1.8 KB
0 commit comments