Fix block category for WC blocks

This commit is contained in:
Daniel Dudzic 2024-04-17 14:13:51 +02:00
parent f5428230ec
commit cbbc437819
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -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' ),
),
)
);