Function Hook_payment_gateway_authorize->_get_remote_form_url
Definitions
sources/hooks/systems/payment_gateway/authorize.php
- Get the remote form URL.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The remote form URL
- Type: URLPATH
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the remote form URL.
*
* @return URLPATH The remote form URL
*/
protected function _get_remote_form_url() : string
* Get the remote form URL.
*
* @return URLPATH The remote form URL
*/
protected function _get_remote_form_url() : string

