2013-08-31 43 views
4

我已将CcAvenue支付网关集成到我的项目中进行交易。 有一个问题,即。CCAvenue交易 - 集成

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. 

回答

3

的原因,你不能够运行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

他们有工具包,如果你给他们打电话,他们将提供它(如果你需要它快)或邮寄them.The新套件包含下列文件

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

他们有药盒这样所有类型的程序员。

+1

真实的故事..我想了很久以前......感谢你的答复:) –