Zamok Kiosk API
GitHub
Confluence Release Notes
Preparing search index...
module-custom-shelby/lib/browser/reducers/payment.reducer
paymentRecording
Function paymentRecording
paymentRecording
(
previousState
?:
{
error
?:
string
;
loading
:
boolean
;
recorded
:
boolean
}
,
action
:
ReducerActions
,
)
:
{
error
?:
string
;
loading
:
boolean
;
recorded
:
boolean
}
Parameters
previousState
:
{
error
?:
string
;
loading
:
boolean
;
recorded
:
boolean
}
= ...
action
:
ReducerActions
Returns
{
error
?:
string
;
loading
:
boolean
;
recorded
:
boolean
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
GitHub
Confluence Release Notes
Zamok Kiosk API
Loading...