Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay/vendor/omnipay/migs/src/ThreePartyGateway.php
Ðазад
<?php namespace Omnipay\Migs; /** * MIGS Gateway * * @link http://www.anz.com/australia/business/merchant/pdf/VPC-Dev-Kit-Integration-Notes.pdf */ class ThreePartyGateway extends TwoPartyGateway { public function getName() { return 'MIGS 3-Party'; } public function purchase(array $parameters = array()) { return $this->createRequest('\Omnipay\Migs\Message\ThreePartyPurchaseRequest', $parameters); } public function completePurchase(array $parameters = array()) { return $this->createRequest('\Omnipay\Migs\Message\ThreePartyCompletePurchaseRequest', $parameters); } public function refund(array $parameters = array()) { return $this->createRequest('\Omnipay\Migs\Message\ThreePartyRefundRequest', $parameters); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка