docs: add notes + missing links for user guide (#11621)
* docs: add notes + missing links for user guide * fix build errors * fixes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { AcademicCapSolid, Github } from "@medusajs/icons"
|
||||
import { LearningPath } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `Subscriptions Recipe`,
|
||||
@@ -77,7 +76,7 @@ Implementing the logic depends on your use case, but you'll mainly implement the
|
||||
|
||||
1. Create an API route in place of the [Complete Cart Store API Route](!api!/store#carts_postcartsidcomplete) that creates a subscription for the order.
|
||||
2. Create a scheduled job that checks daily for subscriptions that need renewal.
|
||||
3. Create a scheduled job that checks daily for subscriptions that are expired.
|
||||
3. Create another scheduled job that checks daily for subscriptions that are expired.
|
||||
|
||||
<CardList itemsPerRow={2} items={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user