mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Create the welcome docs flows
This commit is contained in:
parent
70c524184c
commit
0993780243
5 changed files with 527 additions and 157 deletions
|
@ -4,7 +4,7 @@ import { Button } from '@wordpress/components';
|
|||
import OnboardingHeader from '../../ReusableComponents/OnboardingHeader';
|
||||
import PaymentMethodIcons from '../../ReusableComponents/PaymentMethodIcons';
|
||||
import Separator from '../../ReusableComponents/Separator';
|
||||
import WelcomeDocs from '../../ReusableComponents/WelcomeDocs';
|
||||
import WelcomeDocs from '../../ReusableComponents/WelcomeDocs/WelcomeDocs';
|
||||
|
||||
import AdvancedOptionsForm from './Components/AdvancedOptionsForm';
|
||||
import AccordionSection from '../../ReusableComponents/AccordionSection';
|
||||
|
@ -43,7 +43,13 @@ const StepWelcome = ( { setStep, currentStep, setCompleted } ) => {
|
|||
</Button>
|
||||
</div>
|
||||
<Separator className="ppcp-r-page-welcome-mode-separator" />
|
||||
<WelcomeDocs />
|
||||
<WelcomeDocs
|
||||
useAcdc = { false }
|
||||
isFastlane = { false }
|
||||
isPayLater = { false }
|
||||
storeCountry = { 'us' }
|
||||
storeCurrency = { 'usd' }
|
||||
/>
|
||||
<Separator text={ __( 'or', 'woocommerce-paypal-payments' ) } />
|
||||
<AccordionSection
|
||||
title={ __(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue