update switch providers and nama provider. fix original send
This commit is contained in:
@@ -169,10 +169,12 @@ enum TspProviderType {
|
||||
}
|
||||
|
||||
enum TspProviderResponseStatus {
|
||||
SUCCESS
|
||||
FAILURE
|
||||
NOT_SEND
|
||||
QUEUED
|
||||
FISCAL_QUEUED
|
||||
SEND_FAILURE
|
||||
SUCCESS
|
||||
FAILURE
|
||||
}
|
||||
|
||||
enum TspProviderRequestType {
|
||||
|
||||
@@ -73,10 +73,13 @@ model SaleInvoiceTspAttempts {
|
||||
attempt_no Int
|
||||
status TspProviderResponseStatus
|
||||
|
||||
raw_request_payload Json
|
||||
provider_request_payload Json?
|
||||
provider_response_payload Json?
|
||||
message String @db.Text
|
||||
raw_request_payload Json
|
||||
provider_request_payload Json
|
||||
provider_response Json?
|
||||
message String @db.Text
|
||||
error_message String? @db.Text
|
||||
validation_errors Json?
|
||||
fiscal_warnings Json?
|
||||
|
||||
sent_at DateTime? @db.Timestamp(0)
|
||||
received_at DateTime? @db.Timestamp(0)
|
||||
|
||||
Reference in New Issue
Block a user