File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/omnipay/pin/src/Message/CaptureResponse.php
Back
<?php /** * Pin Capture Response */ namespace Omnipay\Pin\Message; /** * Pin Capture Response * * This is the response class for Pin Capture REST requests. * * @see \Omnipay\Pin\Gateway */ class CaptureResponse extends Response { /** * Get Captured value * * This is used after an attempt to capture the charge is made. * If the capture was successful then it will return true. * * @return string */ public function getCaptured() { if (isset($this->data['response']['captured'])) { return $this->data['response']['captured']; } } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings