Skip to content

Commit

Permalink
fix(PaymaentViaVocher): make the plan is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Apr 5, 2022
1 parent 679f7ce commit edd37ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit edd37ff

Please sign in to comment.