mirror of
https://github.com/labring/sealos.git
synced 2026-09-21 05:44:43 +08:00
modifying license payment (#4009)
Signed-off-by: jingyang <3161362058@qq.com>
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -39,3 +39,6 @@ next-env.d.ts
|
||||
platform.json
|
||||
.yalc/
|
||||
yalc.lock
|
||||
|
||||
FastDeployTemplates
|
||||
fast_deploy_template.json
|
||||
|
||||
Reference in New Issue
Block a user