parent
d37f5eb95a
commit
fda6cd74be
|
@ -28,7 +28,7 @@ class woocommerce_bacs extends woocommerce_payment_gateway {
|
|||
|
||||
add_action('woocommerce_update_options_payment_gateways', array(&$this, 'process_admin_options'));
|
||||
add_option('woocommerce_bacs_enabled', 'no');
|
||||
add_option('woocommerce_bacs_title', __('Direct Bank Transer', 'woothemes'));
|
||||
add_option('woocommerce_bacs_title', __('Direct Bank Transfer', 'woothemes'));
|
||||
add_option('woocommerce_bacs_description', __('Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order wont be shipped until the funds have cleared in our account.', 'woothemes'));
|
||||
add_action('thankyou_bacs', array(&$this, 'thankyou_page'));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue