簡體   English   中英

CCAvenue交易 - 整合

[英]CCAvenue Transaction - Integration

我已將CcAvenue Payment Gateway集成到我的交易項目中。 有一個問題即。

I am unable to get the status of $AuthDesc after a transaction.
After contacting the customer service they replied saying there is a
problem in my integration code.
The file that they provided has the following code:

$ WorkingKey =“”; //在此處提供的引號中輸入32位工作密鑰$ encResponse = $ _ REQUEST [“encResponse”]; exec(“java -jar ccavutil.jar $ WorkingKey \\”$ encResponse \\“dec”,$ ccaResponse); $ tok = strtok($ ccaResponse [0],“&”);

However, i am unable to run the jar file and $ccaResponse returns an empty array
always.I know this question belongs to a particular software but i need help 
from programmers who have done this before.
Kindly help.

您無法運行jar文件的原因是your hosting provider doesn't support the execution of the jar file 要解決此問題,您必須contact the customer support of CCAvenueask them to provide the integration kit which only contain php files

他們有套件,如果您打電話給他們(如果您需要快速)或郵寄他們,他們會提供它。新套件包含以下文件

 1. adler32.php
 2. Aes.php
 3. Checkout.php
 4. Index.html
 5. redirecturl.php

對於所有類型的程序員,他們都有這樣的工具包。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM