-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: general updates after 2.5.0 update
- Loading branch information
1 parent
ca486aa
commit 46df6c9
Showing
17 changed files
with
12,243 additions
and
12,232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -288,7 +288,7 @@ const columns = [ | |
}), | ||
columnHelper.accessor("name", { | ||
header: "Name", | ||
}) | ||
}), | ||
] | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -337,10 +337,10 @@ medusaIntegrationTestRunner({ | |
{ | ||
type: "publishable", | ||
title: "Test Key", | ||
created_by: "" | ||
} | ||
] | ||
} | ||
created_by: "", | ||
}, | ||
], | ||
}, | ||
})).result[0] | ||
}) | ||
describe("GET /custom", () => { | ||
|
@@ -349,8 +349,8 @@ medusaIntegrationTestRunner({ | |
`/store/custom`, | ||
{ | ||
headers: { | ||
"x-publishable-api-key": pak.token | ||
} | ||
"x-publishable-api-key": pak.token, | ||
}, | ||
} | ||
) | ||
|
||
|
@@ -421,13 +421,13 @@ medusaIntegrationTestRunner({ | |
provider: "emailpass", | ||
entity_id: "[email protected]", | ||
provider_metadata: { | ||
password: "supersecret" | ||
} | ||
} | ||
password: "supersecret", | ||
}, | ||
}, | ||
], | ||
app_metadata: { | ||
user_id: user.id | ||
} | ||
user_id: user.id, | ||
}, | ||
}) | ||
|
||
const token = jwt.sign( | ||
|
@@ -503,13 +503,13 @@ medusaIntegrationTestRunner({ | |
provider: "emailpass", | ||
entity_id: "[email protected]", | ||
provider_metadata: { | ||
password: "supersecret" | ||
} | ||
} | ||
password: "supersecret", | ||
}, | ||
}, | ||
], | ||
app_metadata: { | ||
user_id: customer.id | ||
} | ||
user_id: customer.id, | ||
}, | ||
}) | ||
|
||
const token = jwt.sign( | ||
|
@@ -533,10 +533,10 @@ medusaIntegrationTestRunner({ | |
{ | ||
type: "publishable", | ||
title: "Test Key", | ||
created_by: "" | ||
} | ||
] | ||
} | ||
created_by: "", | ||
}, | ||
], | ||
}, | ||
})).result[0] | ||
|
||
headers["x-publishable-api-key"] = pak.token | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.