首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >CCAvenue事务集成

CCAvenue事务集成
EN

Stack Overflow用户
提问于 2013-08-31 06:35:39
回答 1查看 1.9K关注 0票数 4

我已经将CcAvenue支付网关集成到我的交易项目中。有一个问题,那就是。

代码语言:javascript
复制
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,"&");

代码语言:javascript
复制
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.
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-10-25 10:42:10

无法运行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新工具包包含以下文件,它们将提供它

代码语言:javascript
复制
 1. adler32.php
 2. Aes.php
 3. Checkout.php
 4. Index.html
 5. redirecturl.php

他们为所有类型的程序员提供了这样的工具包。

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/18545307

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档