diff --git a/config/language-translations.php b/config/language-translations.php index 910ad2b7..ae4c1c34 100644 --- a/config/language-translations.php +++ b/config/language-translations.php @@ -280,6 +280,9 @@ return [ 'usage_bigger_than_balance_3_subject' => '‼️ Uh-oh! Your functionality was restricted. Please increase your funds for your account balance to cover your usage', 'usage_bigger_than_balance_3_line' => 'We are sorry for the inconvenience with using our service. To continue to using our service, please increase your funds for your account balance to cover your usage and your functionality will be allowed as soon as possible.', 'dunning_notification_description' => 'Please resolve your billing as soon as possible. Your functions can be restricted.', + 'allow_limit_usage_in_new_accounts' => 'Allow limiting max usage before users will be forced to increase balance in first month of account existence', + 'allow_limit_usage_bigger_than_balance' => 'Force users to increase balance when usage is bigger than their current balance', + 'limit_usage_description_for_restrictions' => 'If user does not increase his balance or store his credit card, after third notification user account functionality will be restricted.', ], 'regular' => [ 'type' => 'Type', diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 09df8a91..ffb4fd17 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -38,7 +38,7 @@ "/chunks/plan-delete.js": "/chunks/plan-delete.js?id=630deb1fc4e17ed9", "/chunks/payments.js": "/chunks/payments.js?id=d59a2a18b680d65c", "/chunks/payments/billings.js": "/chunks/payments/billings.js?id=27d6c1b58dbd1e6c", - "/chunks/payments/settings.js": "/chunks/payments/settings.js?id=b4863bf4d4b77de0", + "/chunks/payments/settings.js": "/chunks/payments/settings.js?id=86cdb8348b9796df", "/chunks/app-settings.js": "/chunks/app-settings.js?id=b0d1082fdcbbd17c", "/chunks/app-appearance.js": "/chunks/app-appearance.js?id=8ba3feb2cc81a2c3", "/chunks/app-index.js": "/chunks/app-index.js?id=db4ad4671280c74a", diff --git a/resources/js/views/Admin/PaymentSettings/PaymentSettingsTab/Payments.vue b/resources/js/views/Admin/PaymentSettings/PaymentSettingsTab/Payments.vue index 1882f028..ca9c164f 100644 --- a/resources/js/views/Admin/PaymentSettings/PaymentSettingsTab/Payments.vue +++ b/resources/js/views/Admin/PaymentSettings/PaymentSettingsTab/Payments.vue @@ -82,8 +82,8 @@