update switch providers and nama provider. fix original send
This commit is contained in:
@@ -267,10 +267,12 @@ export type TspProviderType = (typeof TspProviderType)[keyof typeof TspProviderT
|
||||
|
||||
|
||||
export const TspProviderResponseStatus = {
|
||||
SUCCESS: 'SUCCESS',
|
||||
FAILURE: 'FAILURE',
|
||||
NOT_SEND: 'NOT_SEND',
|
||||
QUEUED: 'QUEUED'
|
||||
QUEUED: 'QUEUED',
|
||||
FISCAL_QUEUED: 'FISCAL_QUEUED',
|
||||
SEND_FAILURE: 'SEND_FAILURE',
|
||||
SUCCESS: 'SUCCESS',
|
||||
FAILURE: 'FAILURE'
|
||||
} as const
|
||||
|
||||
export type TspProviderResponseStatus = (typeof TspProviderResponseStatus)[keyof typeof TspProviderResponseStatus]
|
||||
|
||||
Reference in New Issue
Block a user