From e0d729e74b56b3e9c49c1d0af565bd77c727fe57 Mon Sep 17 00:00:00 2001 From: Ella Wherritt Date: Wed, 4 Oct 2023 14:44:25 -0600 Subject: [PATCH] Update Disputes Schema to Include Payment Intent Dimension --- tap_stripe/schemas/disputes.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tap_stripe/schemas/disputes.json b/tap_stripe/schemas/disputes.json index 52081cb2..085b947c 100644 --- a/tap_stripe/schemas/disputes.json +++ b/tap_stripe/schemas/disputes.json @@ -205,6 +205,12 @@ "string" ], "format": "date-time" + }, + "payment_intent": { + "type": [ + "null", + "string" + ] } } }