mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
11 lines
218 B
JavaScript
11 lines
218 B
JavaScript
/**
|
|
* External dependencies
|
|
*/
|
|
import { registerPlugin } from '@wordpress/plugins';
|
|
|
|
const render = () => {};
|
|
|
|
registerPlugin('ppcp-cart-paylater-messages-block', {
|
|
render,
|
|
scope: 'woocommerce-checkout',
|
|
});
|