From c7622fadbaaf8a405d774b08ebd77f85f76c66de Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 20 Dec 2023 11:30:08 +0100 Subject: [PATCH] NTR: add missing oneClick payments to swagger docs (#671) --- tests/Swagger/mollie-headless.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Swagger/mollie-headless.yaml b/tests/Swagger/mollie-headless.yaml index bf27c1471..7466c56ed 100644 --- a/tests/Swagger/mollie-headless.yaml +++ b/tests/Swagger/mollie-headless.yaml @@ -171,6 +171,10 @@ paths: in: "path" description: "Credit Card Token from the Mollie API Response" required: true + - name: "shouldSaveCardDetail" + in: "path" + description: "(optional) If provided with TRUE, the credit card data will lead to a new reusable mandate inside Mollie for this customer." + required: false responses: "200": description: "successful operation"