From cea788588ca062c2fca676d76a1dc6870f0bcd45 Mon Sep 17 00:00:00 2001 From: Robert Hill <30398720+rjh336@users.noreply.github.com> Date: Mon, 6 May 2024 12:13:18 -0400 Subject: [PATCH] Add `payment_details.payment_method_name` to transactions.json --- tap_shopify/schemas/transactions.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tap_shopify/schemas/transactions.json b/tap_shopify/schemas/transactions.json index 24bfc2fd..3f3dbe6d 100644 --- a/tap_shopify/schemas/transactions.json +++ b/tap_shopify/schemas/transactions.json @@ -146,6 +146,12 @@ "null", "string" ] + }, + "payment_method_name": { + "type": [ + "null", + "string" + ] } }, "type": [