File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/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); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings