import BadgeBox, { BADGE_BOX_TITLE_BIG } from "../BadgeBox"; import { __, sprintf } from '@wordpress/i18n'; import Separator from '../Separator'; const BcdcFlow = ( { isPayLater, storeCountry } ) => { if (isPayLater && storeCountry === 'us') { return (
1', 'woocommerce-paypal-payments')} description={__( 'Our all-in-one checkout solution lets you offer PayPal, Venmo, Pay Later options, and more to help maximise conversion', 'woocommerce-paypal-payments' )} /> Learn more', 'woocommerce-paypal-payments' ), 'https://woocommerce.com/document/woocommerce-paypal-payments/#manual-credential-input ' )} /> Learn more', 'woocommerce-paypal-payments' ), 'https://woocommerce.com/document/woocommerce-paypal-payments/#manual-credential-input ' )} /> Learn more', 'woocommerce-paypal-payments' ), 'https://woocommerce.com/document/woocommerce-paypal-payments/#manual-credential-input ' )} /> Learn more', 'woocommerce-paypal-payments' ), 'https://woocommerce.com/document/woocommerce-paypal-payments/#manual-credential-input ' )} />
1', 'woocommerce-paypal-payments')} description={sprintf( // translators: %s: Link to PayPal REST application guide __( 'Process major credit and debit cards through PayPal’s card fields. Learn more', 'woocommerce-paypal-payments' ), 'https://woocommerce.com/document/woocommerce-paypal-payments/#manual-credential-input ' )} />
); } return (
1', 'woocommerce-paypal-payments')} description={__( 'Our all-in-one checkout solution lets you offer PayPal, Venmo, Pay Later options, and more to help maximise conversion', 'woocommerce-paypal-payments' )} /> Learn more', 'woocommerce-paypal-payments' ), 'https://woocommerce.com/document/woocommerce-paypal-payments/#manual-credential-input ' )} /> Learn more', 'woocommerce-paypal-payments' ), 'https://woocommerce.com/document/woocommerce-paypal-payments/#manual-credential-input ' )} /> 1', 'woocommerce-paypal-payments')} description={sprintf( // translators: %s: Link to PayPal REST application guide __( 'Process major credit and debit cards through PayPal’s card fields. Learn more', 'woocommerce-paypal-payments' ), 'https://woocommerce.com/document/woocommerce-paypal-payments/#manual-credential-input ' )} />
); }; export default BcdcFlow;