Skip to content

Commit

Permalink
add QR REFUNDING Status (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTransit authored Apr 27, 2022
1 parent 69eae27 commit efa3b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions status.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const (
StatusConfirming = "CONFIRMING" // Подтверждается
StatusConfirmed = "CONFIRMED" // Подтвержден
StatusRefunding = "REFUNDING" // Возвращается
StatusQRRefunding = "ASYNC_REFUNDING" // Возврат QR
StatusPartialRefunded = "PARTIAL_REFUNDED" // Возвращен частично
StatusRefunded = "REFUNDED" // Возвращен полностью
)

0 comments on commit efa3b0b

Please sign in to comment.