mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
🔀 Merge branch 'trunk'
# Conflicts: # modules/ppcp-settings/resources/js/Components/ReusableComponents/SelectBox.js
This commit is contained in:
commit
09ca3d0871
24 changed files with 345 additions and 176 deletions
|
@ -135,10 +135,12 @@ export const useSteps = () => {
|
|||
export const useNavigationState = () => {
|
||||
const products = useProducts();
|
||||
const business = useBusiness();
|
||||
const methods = useOptionalPaymentMethods();
|
||||
|
||||
return {
|
||||
products,
|
||||
business,
|
||||
methods,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue