Smartum_Gateway_For_Woocommerce
in package
initializing the plugin and loading all the necessary files
Table of Contents
- __construct() : mixed
- add_checkout_script() : mixed
- add script to checkout page for updating the form on payment method change
- add_gateway_class() : mixed
- let WC know which is the gateway class
- init() : mixed
- initialize the plugin
- include_files() : mixed
- include all the required files
Methods
__construct()
public
__construct() : mixed
Return values
mixed —add_checkout_script()
add script to checkout page for updating the form on payment method change
public
add_checkout_script() : mixed
Return values
mixed —add_gateway_class()
let WC know which is the gateway class
public
add_gateway_class(mixed $classes) : mixed
Parameters
- $classes : mixed
Return values
mixed —init()
initialize the plugin
public
init() : mixed
Return values
mixed —include_files()
include all the required files
private
include_files() : mixed