简体   繁体   English

CCAvenue交易 - 整合

[英]CCAvenue Transaction - Integration

I have integrated CcAvenue Payment Gateway into my project for transactions. 我已将CcAvenue Payment Gateway集成到我的交易项目中。 There is one issue viz. 有一个问题即。

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 = "" ; $ WorkingKey =“”; //put in the 32 bit working key in the quotes provided here $encResponse=$_REQUEST["encResponse"]; //在此处提供的引号中输入32位工作密钥$ encResponse = $ _ REQUEST [“encResponse”]; exec("java -jar ccavutil.jar $WorkingKey \\"$encResponse\\" dec",$ccaResponse); exec(“java -jar ccavutil.jar $ WorkingKey \\”$ encResponse \\“dec”,$ ccaResponse); $tok = strtok($ccaResponse[0],"&"); $ 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.

The reason that you don't able to run the jar file is your hosting provider doesn't support the execution of the jar file . 您无法运行jar文件的原因是your hosting provider doesn't support the execution of the jar file To overcome this issue, you have to contact the customer support of CCAvenue and ask them to provide the integration kit which only contain php files . 要解决此问题,您必须contact the customer support of CCAvenueask them to provide the integration kit which only contain php files

They have the kit and they will provide it if you call them(if you need it fast) or mail them.The new kit contain the following files 他们有套件,如果您打电话给他们(如果您需要快速)或邮寄他们,他们会提供它。新套件包含以下文件

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

They have the kit like this for all type of programmers. 对于所有类型的程序员,他们都有这样的工具包。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM