mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
Show payment error notifications (#10497)
* Show payment error notifications Signed-off-by: Artem Savchenko <armisav@gmail.com> * Fix year in copyright Signed-off-by: Artem Savchenko <armisav@gmail.com> * Fix duplicated ids Signed-off-by: Artem Savchenko <armisav@gmail.com> --------- Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -52,6 +52,8 @@ export default mergeIds(billingId, billing, {
|
||||
TrafficUsage: '' as IntlString,
|
||||
Usage: '' as IntlString,
|
||||
Of: '' as IntlString,
|
||||
RestrictedPlans: '' as IntlString
|
||||
RestrictedPlans: '' as IntlString,
|
||||
SubscriptionOperationFailed: '' as IntlString,
|
||||
SubscriptionErrorMessage: '' as IntlString
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user