File "ApplepayManagerBlockEditor.js"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-applepay/resources/js/ApplepayManagerBlockEditor.js
File size: 307 bytes
MIME-type: text/x-java
Charset: utf-8
import ApplepayButton from './Block/components/ApplePayButton';
const ApplePayManagerBlockEditor = ( {
namespace,
buttonConfig,
ppcpConfig,
} ) => (
<ApplepayButton
namespace={ namespace }
buttonConfig={ buttonConfig }
ppcpConfig={ ppcpConfig }
/>
);
export default ApplePayManagerBlockEditor;