typo 2
This commit is contained in:
parent
624f3c2eb1
commit
5fb8a05a19
|
@ -606,13 +606,13 @@ class WC_Admin_Setup_Wizard {
|
||||||
),
|
),
|
||||||
'bacs' => array(
|
'bacs' => array(
|
||||||
'name' => __( 'Bank Transfer (BACS) Payments', 'woocommerce' ),
|
'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' => '',
|
'image' => '',
|
||||||
'class' => '',
|
'class' => '',
|
||||||
),
|
),
|
||||||
'cod' => array(
|
'cod' => array(
|
||||||
'name' => __( 'Cash on Delivery', 'woocommerce' ),
|
'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' => '',
|
'image' => '',
|
||||||
'class' => '',
|
'class' => '',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue