Skip to content

Commit

Permalink
modifying license payment (#4009)
Browse files Browse the repository at this point in the history
Signed-off-by: jingyang <3161362058@qq.com>
  • Loading branch information
zjy365 committed Sep 27, 2023
1 parent cd43d4b commit b08b39b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/desktop/src/pages/api/license/pay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
};
Expand Down
3 changes: 3 additions & 0 deletions frontend/providers/template/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ next-env.d.ts
platform.json
.yalc/
yalc.lock

FastDeployTemplates
fast_deploy_template.json

0 comments on commit b08b39b

Please sign in to comment.