update switch providers and nama provider. fix original send

This commit is contained in:
2026-05-27 21:55:02 +03:30
parent 4836ee4d01
commit 816c5ebb50
31 changed files with 1381 additions and 1287 deletions
+7 -4
View File
@@ -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)