buycred_gateway
Description
This function will construct a given buyCRED Payment Gateway.
This function is only available if the buyCRED add-on is enabled.
Available since version 1.7
Returns
(bool | class) Returns either false or the given payment gateway class.
Parameters
Param | Type | Required | Description | |
---|---|---|---|---|
function buycred_gateway( |
||||
$gateway_id |
string | Yes | The buyCRED Payment Gateway ID. |
|
) { ... } |
Examples
No example found.