fix(PaymaentViaVocher): make the plan is fixed.

This commit is contained in:
a.bouhuolia
2022-04-05 06:06:02 +02:00
parent 679f7ce96c
commit edd37fff78

View File

@@ -36,7 +36,7 @@ function PaymentViaLicenseDialogContent({
setSubmitting(true);
const mutateValues = {
plan_slug: `${values.plan_slug}-${values.period}ly`,
plan_slug: `essentials-monthly`,
license_code: values.license_code,
};
// Payment via voucher mutate.