docs: general updates after 2.5.0 update (#11402)
This commit is contained in:
@@ -1705,7 +1705,7 @@ class SubscriptionModuleService extends MedusaService({
|
||||
Subscription,
|
||||
}) {
|
||||
// ...
|
||||
async recordNewSubscriptionOrder(id: string): Promise<SubscriptionData[]> {
|
||||
async recordNewSubscriptionOrder(id: string) {
|
||||
const subscription = await this.retrieveSubscription(id)
|
||||
|
||||
const orderDate = new Date()
|
||||
|
||||
Reference in New Issue
Block a user