File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Modules/Sources/PointOfSale/Presentation/Settings Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,13 @@ struct POSSettingsHardwareDetailView: View {
8989 . posInteractiveDismissDisabled ( alertType. isDismissDisabled)
9090 } )
9191 . posModal ( item: $posModel. cardPresentPaymentOnboardingViewContainer, onDismiss: {
92- // TODO: Handle dismiss
92+ posModel . cancelCardPaymentsOnboarding ( )
9393 } , content: { viewContainer in
9494 PointOfSaleCardPresentPaymentOnboardingView (
9595 viewModel: . init( onboardingViewContainer: viewContainer,
96- onDismissTap: { /* TODO: Handle dismiss */ } ) )
96+ onDismissTap: {
97+ posModel. cancelCardPaymentsOnboarding ( )
98+ } ) )
9799 } )
98100 . posModal ( isPresented: $showBarcodeScanningSetupModal) {
99101 POSBarcodeScannerSetup ( isPresented: $showBarcodeScanningSetupModal, analytics: analytics)
You can’t perform that action at this time.
0 commit comments