mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
🔀 Merge branch 'trunk'
# Conflicts: # modules/ppcp-settings/resources/css/components/screens/settings/_tab-paylater-configurator.scss # modules/ppcp-settings/resources/css/style.scss # modules/ppcp-settings/resources/js/Components/Screens/tabs.js
This commit is contained in:
commit
2f03dcb948
23 changed files with 661 additions and 107 deletions
|
@ -17,14 +17,21 @@ const StepPaymentMethods = ( {} ) => {
|
|||
|
||||
const { storeCountry, storeCurrency } = CommonHooks.useWooSettings();
|
||||
|
||||
let screenTitle = __(
|
||||
'Add optional payment methods to your Checkout',
|
||||
'woocommerce-paypal-payments'
|
||||
);
|
||||
|
||||
if ( 'US' === storeCountry ) {
|
||||
screenTitle = __(
|
||||
'Add Expanded Checkout for More Ways to Pay',
|
||||
'woocommerce-paypal-payments'
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="ppcp-r-page-optional-payment-methods">
|
||||
<OnboardingHeader
|
||||
title={ __(
|
||||
'Add optional payment methods to your Checkout',
|
||||
'woocommerce-paypal-payments'
|
||||
) }
|
||||
/>
|
||||
<OnboardingHeader title={ screenTitle } />
|
||||
<div className="ppcp-r-inner-container">
|
||||
<SelectBoxWrapper>
|
||||
<SelectBox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue