File manager - Edit - /home/asiatechinc/public_html/bhrhotelsindia.com/vendor/omnipay/migs/src/ThreePartyGateway.php
Back
<?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.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings