|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Protected Member Functions inherited from Omnipay\Common\Message\AbstractRequest | |
| getCurrencies () | |
| getParameter ($key) | |
| setParameter ($key, $value) | |
| setParameter ($key, $value) | |
Protected Attributes inherited from Omnipay\Common\Message\AbstractRequest | |
| $currencies | |
| $httpClient | |
| $httpRequest | |
| $negativeAmountAllowed = false | |
| $parameters | |
| $response | |
| $zeroAmountAllowed = true | |
Definition at line 176 of file AbstractGatewayTest.php.
| Omnipay\Common\AbstractGatewayTest_MockAbstractRequest::getData | ( | ) |
Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.
Implements Omnipay\Common\Message\MessageInterface.
Definition at line 178 of file AbstractGatewayTest.php.
| Omnipay\Common\AbstractGatewayTest_MockAbstractRequest::sendData | ( | $data | ) |
Send the request with specified data
| mixed | $data | The data to send |
Implements Omnipay\Common\Message\RequestInterface.
Definition at line 179 of file AbstractGatewayTest.php.