diff --git a/frontend/desktop/src/pages/api/license/pay.ts b/frontend/desktop/src/pages/api/license/pay.ts index 11efd922c..ad6a12755 100644 --- a/frontend/desktop/src/pages/api/license/pay.ts +++ b/frontend/desktop/src/pages/api/license/pay.ts @@ -19,7 +19,8 @@ export const generateLicenseCrd = (form: LicensePaymentForm) => { paymentMethod: form.paymentMethod, service: { amt: form.quota, // Actual value - hid: form.hashID + hid: form.hashID, + typ: 'account' } } }; diff --git a/frontend/providers/template/.gitignore b/frontend/providers/template/.gitignore index 52364be8e..69b6478ab 100644 --- a/frontend/providers/template/.gitignore +++ b/frontend/providers/template/.gitignore @@ -39,3 +39,6 @@ next-env.d.ts platform.json .yalc/ yalc.lock + +FastDeployTemplates +fast_deploy_template.json