Commit Graph

21 Commits

Author SHA1 Message Date
ee08291fc1 Fix warnings deserialization: change type from []string to []Warning struct
Vchasno API returns warnings as array of objects {code, wtxt}, not strings.
This caused unmarshal errors on successful responses with warnings.
2026-03-18 17:01:09 +03:00
23779ad6ad Fix Docno type 2026-01-29 13:13:43 +03:00
f23c4ffd1c Add isDM flag to Client and update FiscalRequest structure for DM support 2026-01-16 02:41:11 +03:00
861a1640d4 Improved error handling in vchasno responses 2026-01-16 02:27:09 +03:00
28a8810ffb set default devicemanager endpoint as /dm/execute. As stated in VCHASNO docs. 2026-01-16 02:23:48 +03:00
3ed7d33b84 Added Verbose mode 2026-01-16 02:21:37 +03:00
3e02c6f2d5 improved error messages 2026-01-16 02:19:24 +03:00
9513c373aa some more tls magic 2026-01-16 02:17:39 +03:00
961b90626f set TLS to version 1.2 2026-01-16 02:14:31 +03:00
81fb8c7e7e changed fiscal endpoint 2026-01-14 18:00:15 +03:00
08c7556960 added device support 2026-01-10 04:47:04 +03:00
d9bfa5ff7f Added custom URL support (DM) 2026-01-08 16:37:02 +03:00
ac4f4670bb disabled test JSON logging 2025-10-15 10:08:54 +03:00
4a8b5cf0c5 Added comment to clarify JSON request execution in executeRequest function 2025-10-14 11:40:57 +03:00
b33620f629 json mashal instead of struct in body 2025-10-14 11:37:19 +03:00
8006fd0935 added debug json req logging 2025-10-14 11:30:31 +03:00
328447f079 Added commentUP field to fiscalAPI 2025-10-13 16:08:02 +03:00
854187f98e added bankname and terminal ID 2025-10-08 16:23:44 +03:00
1081f2cca6 complete structure revamp 2025-10-07 14:46:31 +03:00
0d800e014e feat: Added AuthCode and RRN support to card payment system 2025-10-03 16:27:49 +03:00
daniel
830b63e701 initial commit 2025-09-30 14:39:08 +03:00