mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
fix(PaymaentViaVocher): make the plan is fixed.
This commit is contained in:
@@ -36,7 +36,7 @@ function PaymentViaLicenseDialogContent({
|
|||||||
setSubmitting(true);
|
setSubmitting(true);
|
||||||
|
|
||||||
const mutateValues = {
|
const mutateValues = {
|
||||||
plan_slug: `${values.plan_slug}-${values.period}ly`,
|
plan_slug: `essentials-monthly`,
|
||||||
license_code: values.license_code,
|
license_code: values.license_code,
|
||||||
};
|
};
|
||||||
// Payment via voucher mutate.
|
// Payment via voucher mutate.
|
||||||
|
|||||||
Reference in New Issue
Block a user