import { __, sprintf } from '@wordpress/i18n'; import AcdcFlow from "./AcdcFlow"; import BcdcFlow from "./BcdcFlow"; import {Button} from "@wordpress/components"; const WelcomeDocs = ( { useAcdc, isFastlane, isPayLater, storeCountry, storeCurrency } ) => { const pricesBasedDescription = sprintf( // translators: %s: Link to PayPal REST application guide __( '1Prices based on domestic transactions as of October 25th, 2024. Click here for full pricing details.', 'woocommerce-paypal-payments' ), 'https://woocommerce.com/document/woocommerce-paypal-payments/#manual-credential-input ' ); return (