import { registerPaymentMethod } from '@woocommerce/blocks-registry'; import { APM } from './apm-block'; const config = wc.wcSettings.getSetting( 'ppcp-bancontact_data' ); registerPaymentMethod( { name: config.id, label:
, content: , edit:
, ariaLabel: config.title, canMakePayment: () => { return true; }, supports: { features: config.supports, }, } );