Function Hook_payment_gateway_authorize->_set_arb_parameters
Definitions
sources/hooks/systems/payment_gateway/authorize.php
- This function defines the parameters needed to make an ARB (Automated Recurring Billing) call.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $shipping_phone | SHORT_TEXT | No | No | required parameter | N/A | N/A | Phone number (shipping) |
Preview
Code (PHP)
/**
* This function defines the parameters needed to make an ARB (Automated Recurring Billing) call.
*
* @param SHORT_TEXT $shipping_phone Phone number (shipping)
*/
protected function _set_arb_parameters(string $shipping_phone)
* This function defines the parameters needed to make an ARB (Automated Recurring Billing) call.
*
* @param SHORT_TEXT $shipping_phone Phone number (shipping)
*/
protected function _set_arb_parameters(string $shipping_phone)

