Function Hook_payment_gateway_paypal->_get_payment_address
Definitions
sources/hooks/systems/payment_gateway/paypal.php
- Get the PayPal payment address.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The answer
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the PayPal payment address.
*
* @return string The answer
*/
protected function _get_payment_address() : string
* Get the PayPal payment address.
*
* @return string The answer
*/
protected function _get_payment_address() : string

