This commit is contained in:
Nicola Mustone 2016-07-26 14:50:31 +02:00 committed by GitHub
parent 624f3c2eb1
commit 5fb8a05a19
1 changed files with 2 additions and 2 deletions

View File

@ -606,13 +606,13 @@ class WC_Admin_Setup_Wizard {
),
'bacs' => array(
'name' => __( 'Bank Transfer (BACS) Payments', 'woocommerce' ),
'description' => __( 'An simple offline gateway that lets you accept BACS payment.', 'woocommerce' ),
'description' => __( 'A simple offline gateway that lets you accept BACS payment.', 'woocommerce' ),
'image' => '',
'class' => '',
),
'cod' => array(
'name' => __( 'Cash on Delivery', 'woocommerce' ),
'description' => __( 'An simple offline gateway that lets you accept cash on delivery.', 'woocommerce' ),
'description' => __( 'A simple offline gateway that lets you accept cash on delivery.', 'woocommerce' ),
'image' => '',
'class' => '',
)