我已经将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,"&");
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.发布于 2013-10-25 10:42:10
无法运行jar文件的原因是your hosting provider doesn't support the execution of the jar file.要克服这个问题,您必须使用contact the customer support of CCAvenue和ask 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他们为所有类型的程序员提供了这样的工具包。
https://stackoverflow.com/questions/18545307
复制相似问题