|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from Omnipay\PayPal\Message\AbstractRequest | |
| const | API_VERSION = '119.0' |
Protected Member Functions inherited from Omnipay\PayPal\Message\AbstractRequest | |
| createResponse ($data) | |
| createResponse ($data) | |
| getBaseData () | |
| getBaseData () | |
| getEndpoint () | |
| getEndpoint () | |
| getItemData () | |
| getItemData () | |
Protected Member Functions inherited from Omnipay\Common\Message\AbstractRequest | |
| getCurrencies () | |
| getParameter ($key) | |
| setParameter ($key, $value) | |
| setParameter ($key, $value) | |
Protected Attributes inherited from Omnipay\PayPal\Message\AbstractRequest | |
| $liveEndpoint = 'https://api-3t.paypal.com/nvp' | |
| $negativeAmountAllowed = true | |
| $testEndpoint = 'https://api-3t.sandbox.paypal.com/nvp' | |
Protected Attributes inherited from Omnipay\Common\Message\AbstractRequest | |
| $currencies | |
| $httpClient | |
| $httpRequest | |
| $negativeAmountAllowed = false | |
| $parameters | |
| $response | |
| $zeroAmountAllowed = true | |
Definition at line 8 of file lib/vendor/omnipay/paypal/src/Message/ProAuthorizeRequest.php.
| Omnipay\PayPal\Message\ProAuthorizeRequest::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.
Reimplemented in Omnipay\PayPal\Message\ProPurchaseRequest, and Omnipay\PayPal\Message\ProPurchaseRequest.
Definition at line 10 of file lib/vendor/omnipay/paypal/src/Message/ProAuthorizeRequest.php.
References Omnipay\Common\Message\AbstractRequest\getAmount(), Omnipay\PayPal\Message\AbstractRequest\getBaseData(), Omnipay\Common\Message\AbstractRequest\getCard(), Omnipay\Common\Message\AbstractRequest\getClientIp(), Omnipay\Common\Message\AbstractRequest\getCurrency(), Omnipay\Common\Message\AbstractRequest\getDescription(), Omnipay\Common\Message\AbstractRequest\getTransactionId(), and Omnipay\Common\Message\AbstractRequest\validate().
| Omnipay\PayPal\Message\ProAuthorizeRequest::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.
Reimplemented in Omnipay\PayPal\Message\ProPurchaseRequest, and Omnipay\PayPal\Message\ProPurchaseRequest.
Definition at line 10 of file vendor/omnipay/paypal/src/Message/ProAuthorizeRequest.php.
References Omnipay\Common\Message\AbstractRequest\getAmount(), Omnipay\PayPal\Message\AbstractRequest\getBaseData(), Omnipay\Common\Message\AbstractRequest\getCard(), Omnipay\Common\Message\AbstractRequest\getClientIp(), Omnipay\Common\Message\AbstractRequest\getCurrency(), Omnipay\Common\Message\AbstractRequest\getDescription(), Omnipay\Common\Message\AbstractRequest\getTransactionId(), and Omnipay\Common\Message\AbstractRequest\validate().