mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
fix(promocode): correct activation UX, error mapping and validity dates
Map promocode errors by stable backend code (detail.code) instead of brittle English
substring matching, so previously-unmapped codes (active_discount_exists, daily_limit,
no_subscription_for_days, trial_*, etc.) show the right message instead of 'server error';
added the missing keys to all 4 locales.
valid_until now anchors to end-of-day in the admin's LOCAL timezone on both create AND
edit read-back, so codes no longer expire at the start of the day and editing no longer
drifts the date forward for negative-offset admins.
Allow 0-hour discount ('until first purchase'). Route user-facing discount deactivation
to the endpoint that rolls back promocode usage when the discount came from a promocode,
and parse the structured {code,message} error.
This commit is contained in:
@@ -674,6 +674,13 @@
|
||||
"not_yet_valid": "کد تخفیف هنوز فعال نشده",
|
||||
"used": "کد تخفیف قبلاً استفاده شده",
|
||||
"already_used_by_user": "شما قبلاً از این کد استفاده کردهاید",
|
||||
"active_discount_exists": "شما در حال حاضر یک تخفیف فعال دارید. ابتدا آن را غیرفعال کنید.",
|
||||
"no_subscription_for_days": "این کد تخفیف به اشتراک فعال یا منقضیشده نیاز دارد",
|
||||
"subscription_not_found": "اشتراک یافت نشد",
|
||||
"not_first_purchase": "این کد تخفیف فقط برای اولین خرید در دسترس است",
|
||||
"daily_limit": "تعداد فعالسازی کد تخفیف امروز بیش از حد است",
|
||||
"trial_subscription_exists": "شما در حال حاضر اشتراک دارید، بنابراین این کد آزمایشی قابل اعمال نیست",
|
||||
"trial_provisioning_failed": "در حال حاضر امکان فعالسازی نسخه آزمایشی نیست، لطفاً بعداً تلاش کنید",
|
||||
"user_not_found": "کاربر یافت نشد",
|
||||
"server_error": "خطای سرور"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user