Function Hook_payment_gateway_paypal->get_callback_url_message
Definitions
sources/hooks/systems/payment_gateway/paypal.php
- Get the status message after a URL callback.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- Message (null: none)
- Type: ?string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the status message after a URL callback.
*
* @return ?string Message (null: none)
*/
public function get_callback_url_message() : ?string
* Get the status message after a URL callback.
*
* @return ?string Message (null: none)
*/
public function get_callback_url_message() : ?string

