🔀 Merge branch 'trunk'

# Conflicts:
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/SelectBox.js
This commit is contained in:
Philipp Stracker 2025-01-23 16:12:52 +01:00
commit 09ca3d0871
No known key found for this signature in database
24 changed files with 345 additions and 176 deletions

View file

@ -135,10 +135,12 @@ export const useSteps = () => {
export const useNavigationState = () => {
const products = useProducts();
const business = useBusiness();
const methods = useOptionalPaymentMethods();
return {
products,
business,
methods,
};
};