This action is part of the baas debit card's actions. It allows the user to enter a shipping Address or use the current address to request a physical debit card if the card stills virtual. This action needs to call the ConfirmOnboardingInfoScreen from PiiOnboarding Module.
Code
Changes in LinkerStudio/modules/PiiOnboarding/hooks/shippingAddress/useShippingAddress.ts
Import after the last import:
import {CustomerSelectors} from 'LinkerStudio/modules/baas/common/redux/customer/customerSlice';
import {navigate} from 'src/navigation/RootNavigation';
After the comment /* use useAppSelector for Customer profile data and assign it to this variable */ add the following: