mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Adjust the expert settings to add live account component
This commit is contained in:
parent
c04f8badde
commit
c942391322
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,7 @@ import {
|
|||
ContentWrapper,
|
||||
} from '../../../ReusableComponents/SettingsBlocks';
|
||||
import Sandbox from './Blocks/Sandbox';
|
||||
import LiveAccount from './Blocks/LiveAccount';
|
||||
import Troubleshooting from './Blocks/Troubleshooting/Troubleshooting';
|
||||
import PaypalSettings from './Blocks/PaypalSettings';
|
||||
import OtherSettings from './Blocks/OtherSettings';
|
||||
|
@ -33,6 +34,13 @@ const ExpertSettings = ( { updateFormValue, settings } ) => {
|
|||
/>
|
||||
</Content>
|
||||
|
||||
<Content>
|
||||
<LiveAccount
|
||||
updateFormValue={ updateFormValue }
|
||||
settings={ settings }
|
||||
/>
|
||||
</Content>
|
||||
|
||||
<Content>
|
||||
<Troubleshooting
|
||||
updateFormValue={ updateFormValue }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue