This commit is contained in:
2023-04-25 15:40:35 +00:00
parent 5f76206f3d
commit fc10596037

View File

@@ -701,7 +701,7 @@ export default {
subscriptionId: 0, subscriptionId: 0,
productId: null, productId: null,
quantity: 1, quantity: 1,
expireDate: window.$gz.locale.nowUTC8601String(), expireDate: null, //deliberate to ensure a date gets set properly as some items are monthly and some yearly can't just assume a date here
originalOrderDate: window.$gz.locale.nowUTC8601String(), originalOrderDate: window.$gz.locale.nowUTC8601String(),
originalOrderNumber: null, originalOrderNumber: null,
active: true, active: true,