updated handling AmountTooSmall response from creditcall

This commit is contained in:
yurii 2025-12-10 17:10:34 +00:00
parent a4885be458
commit b59d77a373
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import (
) )
const ( const (
buildVersion = "1.0.26" buildVersion = "1.0.27"
serviceName = "hardlink" serviceName = "hardlink"
) )

View File

@ -2,6 +2,9 @@
builtVersion is a const in main.go builtVersion is a const in main.go
#### 1.0.27 - 10 December 2025
updated handling AmountTooSmall response from creditcall
#### 1.0.26 - 10 December 2025 #### 1.0.26 - 10 December 2025
added route for taking preauthorization payment added route for taking preauthorization payment