mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-05-01 04:52:18 +08:00
- Refactor `types` according to new UI - Split `gateways` into `pcp-gateways` and `pcp-payments` - Rename `merchants` into `pcp-merchants` - Actualize `merchants`
29 lines
1 KiB
TypeScript
29 lines
1 KiB
TypeScript
export {
|
|
shopSettings,
|
|
shippingZones,
|
|
flatRate,
|
|
freeShipping,
|
|
guests,
|
|
customers,
|
|
taxSettings,
|
|
coupons,
|
|
products,
|
|
} from '@inpsyde/playwright-utils/build/e2e/plugins/woocommerce';
|
|
|
|
export * from './cards';
|
|
export * from './paypal-accounts';
|
|
export * from './pcp-config';
|
|
export * from './pcp-gateways';
|
|
export * from './pcp-payments';
|
|
export * from './pcp-merchants';
|
|
export * from './orders';
|
|
export * from './woocommerce-config';
|
|
export * from './types';
|
|
|
|
export { default as pcpPlugin } from './pcp-plugin.json';
|
|
export { default as disableNoncePlugin } from './disable-nonce-plugin.json';
|
|
export { default as enableVaultV2Plugin } from './enable-vault-v2-plugin.json';
|
|
export { default as subscriptionsPlugin } from './woocommerce-subscriptions-plugin.json';
|
|
export { default as wpDebuggingPlugin } from './wp-debugging-plugin.json';
|
|
export { default as disableWcSetupWizard } from './disable-wc-setup-wizard-plugin.json';
|
|
export { default as disableGutenbergWelcomeGuide } from './disable-gutenberg-welcome-guide-plugin.json';
|