mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-29 09:49:04 +00:00
core: simplex-badge-service scaffolding (#7353)
* core: simplex-badge-service scaffolding * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * clean-up --------- Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
co-authored by
Evgeny Poberezkin
parent
9c7128d547
commit
7ce2e6583e
@@ -363,14 +363,8 @@
|
||||
"error": {
|
||||
"properties": {
|
||||
"code": {
|
||||
"enum": [
|
||||
"bad_request", "unsupported_version", "unknown_purchase_key",
|
||||
"unknown_offer_id", "offer_disabled", "offer_mismatch", "product_unavailable",
|
||||
"payment_not_entitled", "payment_pending", "provider_unavailable", "rate_limited",
|
||||
"code_invalid", "code_used", "code_expired",
|
||||
"receipt_invalid", "receipt_used",
|
||||
"internal"
|
||||
]
|
||||
"type": "string",
|
||||
"metadata": {"comment": "BadgeServiceErrorCode"}
|
||||
}
|
||||
},
|
||||
"optionalProperties": {
|
||||
|
||||
Reference in New Issue
Block a user