我已将 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.