加入收藏 | 设为首页 | 会员中心 | 我要投稿 北几岛 (https://www.beijidao.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

php – CCAvenue Transaction – Integration

发布时间:2021-08-28 03:47:20 所属栏目:大数据 来源: https://www.jb51.cc
导读:我已将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 aproblem in my integration code.The file th

我已将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 = “” ; //put in the 32 bit working key in the quotes provided here
$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文件的原因是您的托管服务提供商不支持执行jar文件.要解决此问题,您必须联系CCAvenue的客户支持并要求他们提供仅包含PHP文件的集成工具包.

他们有套件,如果您打电话给他们(如果您需要快速)或邮寄他们,他们会提供它.新套件包含以下文件

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

对于所有类型的程序员,他们都有这样的工具包.

(编辑:北几岛)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读