Comgate integrace

composer require ondrs/comgate

app/appfront/modules/Payment/block/comgate/
app/appfront/modules/Payment/controllers/comgate/
config/services/Payment.php
services/Payment.php
u funkce getStandardPaymentArr přidat před podmínku
if ($checkMoneyConfig != Yii::$app->store->enable) {
continue;
}
/*JHInformica hack pro umozneni platby comgate*/
if($payment_type == 'comgate_standard') $checkMoneyConfig = 1;

services/payment/Comgate.php

zaplacený

https://eshopdev.faramugo.cz/payment/comgate/standard/review?id=${id}&refId=${refId}

zrušený

https://eshopdev.faramugo.cz/payment/comgate/standard/cancel?id=${id}&refId=${refId}

nevyřízený

https://eshopdev.faramugo.cz/payment/comgate/standard/cancel?id=${id}&refId=${refId}

url pro předání výsledků platby

https://eshopdev.faramugo.cz/payment/comgate/standard/ipn

 

Povolené ip adresy: 159.69.131.247 217.16.184.84
(testovací server cebin.info a produkční server cebin.eu)

https://eshopdev.faramugo.cz

 

Testování návratu

 

Rate this FAQ

0 (0 Votes)