File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/omnipay/paymentexpress/src/Message/PxPostCaptureRequest.php
Back
<?php namespace Omnipay\PaymentExpress\Message; /** * PaymentExpress PxPost Capture Request */ class PxPostCaptureRequest extends PxPostAuthorizeRequest { protected $action = 'Complete'; public function getData() { $this->validate('transactionReference', 'amount'); $data = $this->getBaseData(); $data->DpsTxnRef = $this->getTransactionReference(); $data->Amount = $this->getAmount(); return $data; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings