Jump to content

kudomt

Retired Forum Member
  • Posts

    10
  • Joined

  • Last visited

Everything posted by kudomt

  1. Hi, Can you show your code ? How can you do (code) to have log in Gateway Transaction Log ? Thank you !
  2. Why don't have anyone help me ? Please help ! Thank you very much !
  3. And please for me ask : how can i get description of invoiceitem ? I got by $indec=$params['invoiceitems']['description'] or $indec=$params['invoiceitems'][0]['description'] or $indec=$params['invoiceitems']['0']['description'] or $indec=$params['invoiceitems']['description'][0] or $indec=$params['invoiceitems']['description']['0'] like $email = $params['clientdetails']['email'] but it's not work ?
  4. Hi there ! I'm using GatewayDevKit to create new Paygate module ! But, when callback, the transaction is not add althought i set all status is Successful ! The code Successful to add transaction is : .... $results["status"] = "success"; $invoiceid = $params['invoiceid']; $amount = $params['amount']; # Format: ##.## $transid = "123456";//$_POST["x_trans_id"]; $fee = $_POST["x_fee"]; $invoiceid = checkCbInvoiceID($invoiceid,$GATEWAY["name"]); # Checks invoice ID is a valid invoice number or ends processing checkCbTransID($transid); # Checks transaction number isn't already in the database and ends processing if it does if ($status=="1") { # Successful addInvoicePayment($invoiceid,$transid,$amount,$fee,$gatewaymodule); logTransaction($GATEWAY["name"],$_POST,"Successful"); } else { # Unsuccessful addInvoicePayment($invoiceid,$transid,$amount,$fee,$gatewaymodule); logTransaction($GATEWAY["name"],$_POST,"Successful"); //logTransaction($GATEWAY["name"],$_POST,"Unsuccessful"); //set comment to not do it } addInvoicePayment($invoiceid,$transid,$amount,$fee,$gatewaymodule); logTransaction($GATEWAY["name"],$_POST,"Successful"); So how can i do (how code) to add transaction after callback ? Note : I was upload patgatemodulename.php (rename of template.php file ) to modules\gateways and patgatemodulename.php (rename of callback.php file ) to modules\gateways\callback ! Please help me ! Thank you very much !
  5. Hi, I was resolved this problem ! Thank you very much ! That's because i install whmcs 4.1.2 rewrite old version, and appeared this problem. I reinstall in new database, the problem resolved ! Thanks again !
  6. I'm using three payment gateways : - Bank Transfer (The Payment Gateway Instructions is not visible in viewinvoice.php page) - Paypal (The paypal button is not visible in viewinvoice.php page) - Custom Payment gateway module (The Payment Gateway Instructions is not visible in viewinvoice.php page) Thank you !
  7. Hi all, In my viewinvoice.php page, the Payment Gateway Instructions is not visible ! How can i make visible the Payment Gateway Instructions in viewinvoice.php page ! Please help me resolve it ! Thank you very much !
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated