fix: refresh payment session oas comment (#888)

This commit is contained in:
Zakaria El Asri
2021-12-07 10:10:07 +01:00
committed by GitHub
parent 89472b7d88
commit efadffe37a

View File

@@ -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."