hotfix: gift card creation (#196)
* fix: enable gift-card creation without order_id * fix: adds integration test to create endpoint
This commit is contained in:
@@ -22,7 +22,7 @@ describe("/store/carts", () => {
|
||||
|
||||
afterAll(async () => {
|
||||
dbConnection.close();
|
||||
dropDatabase({ databaseName: "medusa-integration" });
|
||||
await dropDatabase({ databaseName: "medusa-integration" });
|
||||
|
||||
medusaProcess.kill();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user