woocommerce-paypal-payments/modules/ppcp-applepay/resources/js/Context/CheckoutBlockHandler.js

6 lines
130 B
JavaScript
Raw Normal View History

2024-07-12 12:58:34 +02:00
import BaseHandler from './BaseHandler';
2023-09-07 09:56:46 +02:00
2024-07-12 12:58:34 +02:00
class CheckoutBlockHandler extends BaseHandler {}
2023-09-07 09:56:46 +02:00
export default CheckoutBlockHandler;