mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Fix block category for WC blocks
This commit is contained in:
parent
f5428230ec
commit
cbbc437819
1 changed files with 2 additions and 6 deletions
|
@ -156,12 +156,8 @@ class PayLaterWCBlocksModule implements ModuleInterface {
|
|||
$categories,
|
||||
array(
|
||||
array(
|
||||
'slug' => 'ppcp-cart-paylater-messages-block',
|
||||
'title' => __( 'PayPal Cart Pay Later Messages Blocks', 'woocommerce-paypal-payments' ),
|
||||
),
|
||||
array(
|
||||
'slug' => 'ppcp-checkout-paylater-messages-block',
|
||||
'title' => __( 'PayPal Checkout Pay Later Messages Blocks', 'woocommerce-paypal-payments' ),
|
||||
'slug' => 'woocommerce-paypal-payments',
|
||||
'title' => __( 'PayPal Blocks', 'woocommerce-paypal-payments' ),
|
||||
),
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue