Const
Call this when the user selects a payment method so the correct payment device can be initiated. Pass null to clear the selected method.
{ type: 'USER_SELECTED_PAYMENT_METHOD', payload: 'Credit'} Copy
{ type: 'USER_SELECTED_PAYMENT_METHOD', payload: 'Credit'}
Remarks
Call this when the user selects a payment method so the correct payment device can be initiated. Pass null to clear the selected method.
Example