CCAvenue Transaction — интеграция

Я интегрировал 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:

$Рабочий Ключ = "" ; //поместите 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.

person J.Cage    schedule 31.08.2013    source источник


Ответы (1)


Причина, по которой вы не можете запустить файл 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.

У них есть комплект, и они предоставят его, если вы позвоните им (если вам это нужно быстро) или отправите по почте. Новый комплект содержит следующие файлы.

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

У них есть такой набор для всех типов программистов.

person Manu Mathew    schedule 25.10.2013
comment
Правдивая история .. хотя я понял это давно .. спасибо за ответ :) - person J.Cage; 12.11.2013