/** Slug for WP plugin registration */ export const PAYMENT_METHOD_NAME = 'greenmoney' /** Key needed for wc_settings */ export const SETTINGS_KEY = 'greenmoney_data' /** Mount ID to mount the react app for classic checkout */ export const MOUNT = 'wc_greenpay_mount' /** Root ID to inject react code */ export const ROOT = 'wc_greenpay_app'