Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
rename express block
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Jun 3, 2021
1 parent 3316f62 commit 6d25213
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/js/blocks/cart-checkout/checkout-i2/component-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ registerBlockComponent( {
blockName: 'woocommerce/checkout-order-summary-block',
component: lazy( () =>
import(
/* webpackChunkName: "checkout-blocks/order-summary" */ './inner-blocks/checkout-order-summary/block'
/* webpackChunkName: "checkout-blocks/order-summary" */ './inner-blocks/checkout-order-summary-block/block'
)
),
} );
Expand All @@ -94,7 +94,7 @@ registerBlockComponent( {
blockName: 'woocommerce/checkout-express-payment-block',
component: lazy( () =>
import(
/* webpackChunkName: "checkout-blocks/express-payment" */ './inner-blocks/checkout-express-payment/block'
/* webpackChunkName: "checkout-blocks/express-payment" */ './inner-blocks/checkout-express-payment-block/block'
)
),
} );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import './checkout-contact-information-block';
import './checkout-billing-address-block';
import './checkout-actions-block';
import './checkout-order-note-block';
import './checkout-order-summary';
import './checkout-order-summary-block';
import './checkout-payment-block';
import './checkout-express-payment';
import './checkout-express-payment-block';
import './checkout-shipping-methods-block';

0 comments on commit 6d25213

Please sign in to comment.