Include PayFast gateway in main WooCommerce file.
This commit is contained in:
parent
31e9744e73
commit
61a70de469
Binary file not shown.
Binary file not shown.
|
@ -93,7 +93,7 @@ include_once( 'classes/gateways/gateway-banktransfer.php' );
|
|||
include_once( 'classes/gateways/gateway-cheque.php' );
|
||||
include_once( 'classes/gateways/gateway-moneybookers.php' );
|
||||
include_once( 'classes/gateways/gateway-paypal.php' );
|
||||
|
||||
include_once( 'classes/gateways/gateway-payfast.php' );
|
||||
|
||||
/**
|
||||
* Init class singletons
|
||||
|
|
Loading…
Reference in New Issue