From 65df876d66fbdbf316c521ed52a1a14d70a359e9 Mon Sep 17 00:00:00 2001 From: Alexandre Segura Date: Mon, 15 Jul 2024 16:59:16 +0200 Subject: [PATCH] Fix tests. --- features/carts.feature | 3 ++- features/orders_adhoc.feature | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/features/carts.feature b/features/carts.feature index da60a13271..d349fc14f6 100644 --- a/features/carts.feature +++ b/features/carts.feature @@ -1849,7 +1849,8 @@ Feature: Carts "incident":[] }, "fulfillmentMethod":"delivery", - "invitation": "@string@||@null@" + "invitation": "@string@||@null@", + "paymentGateway":@string@ } """ diff --git a/features/orders_adhoc.feature b/features/orders_adhoc.feature index 9738d020e1..1665a55fc0 100644 --- a/features/orders_adhoc.feature +++ b/features/orders_adhoc.feature @@ -405,6 +405,7 @@ Feature: Orders Adhoc "@*@":"@*@" }, "invitation": "@string@||@null@", - "events":@array@ + "events":@array@, + "paymentGateway":@string@ } """