mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix(PaymaentViaVocher): make the plan is fixed.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user