woocommerce-paypal-payments/tests/qa/resources/index.ts
Misha Utkin 1e33307227
Some checks failed
CI / PHP 7.4 (push) Has been cancelled
CI / PHP 8.0 (push) Has been cancelled
CI / PHP 8.1 (push) Has been cancelled
CI / PHP 8.2 (push) Has been cancelled
CI / PHP 8.3 (push) Has been cancelled
CI / PHP 8.4 (push) Has been cancelled
Replace WP Debugging plugin PCP-5848
WP Debugging plugin has been replaced with setting WP_DEBUG and SCRIPT_DEBUG constantr to true. This config allows to overcome localization issues for some payment methods.
2026-02-05 12:04:56 +01:00

28 lines
1 KiB
TypeScript

export {
shopSettings,
shippingZones,
flatRate,
freeShipping,
customers,
taxSettings,
coupons,
} 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-products';
export * from './pcp-merchants';
export * from './guests';
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 subscriptionsPlugin } from './woocommerce-subscriptions-plugin.json';
export { default as disableWcSetupWizard } from './disable-wc-setup-wizard-plugin.json';
export { default as disableGutenbergWelcomeGuide } from './disable-gutenberg-welcome-guide-plugin.json';
export { default as disableWebhookVerifivationPlugin } from './disable-webhook-verification-plugin.json';