Транзакция CCAvenue - Интеграция


Я интегрировал платежный шлюз 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-разрядный рабочий ключ в кавычки, приведенные здесь $Ответ =$_REQUEST["Ответ"]; exec("java-jar ccavutil.jar $Рабочий ключ\"$Ответ на запрос\"декабрь", $ответ на запрос); $ток =strtok($ответ на запрос[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.
Author: J.Cage, 2013-08-31

1 answers

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

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

 3
Author: Manu Mathew Keerampanal, 2013-11-12 09:43:04