modifying license payment (#4009)

Signed-off-by: jingyang <3161362058@qq.com>
This commit is contained in:
zhujingyang
2023-09-27 18:42:40 +08:00
committed by GitHub
parent cd43d4b53a
commit b08b39b0bc
2 changed files with 5 additions and 1 deletions
@@ -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'
}
}
};
+3
View File
@@ -39,3 +39,6 @@ next-env.d.ts
platform.json
.yalc/
yalc.lock
FastDeployTemplates
fast_deploy_template.json