From efadffe37a0d61f844e3aa6991f60ebb6a883e95 Mon Sep 17 00:00:00 2001 From: Zakaria El Asri <33696020+zakariaelas@users.noreply.github.com> Date: Tue, 7 Dec 2021 10:10:07 +0100 Subject: [PATCH] fix: refresh payment session oas comment (#888) --- .../src/api/routes/store/carts/refresh-payment-session.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/medusa/src/api/routes/store/carts/refresh-payment-session.ts b/packages/medusa/src/api/routes/store/carts/refresh-payment-session.ts index 4cc9c57b40..80eb42a4e1 100644 --- a/packages/medusa/src/api/routes/store/carts/refresh-payment-session.ts +++ b/packages/medusa/src/api/routes/store/carts/refresh-payment-session.ts @@ -1,7 +1,7 @@ import { CartService } from "../../../../services" /** - * @oas [post] /carts/{id}/payment-sessions/{provider_id} + * @oas [post] /carts/{id}/payment-sessions/{provider_id}/refresh * operationId: PostCartsCartPaymentSessionsSession * summary: Refresh a Payment Session * description: "Refreshes a Payment Session to ensure that it is in sync with the Cart - this is usually not necessary."