Minor Changes
-
Convert date properties from number to Date in CommerceSubscriptionResource (#6233) by @panteliselef
Deprecates fields of type
number- subscription.periodStart
- subscription.periodEnd
- subscription.canceledAt
Introduces fields of typeDate - subscription.periodStartDate
- subscription.periodEndDate
- subscription.canceledAtDate
- subscription.createdAt
-
Add
getPlanby id to the billing namespace. (#6230) by @panteliselef