From 8270bf9cb4c7bf5e8d58811b2229aefc8e8c3a43 Mon Sep 17 00:00:00 2001 From: btowles Date: Thu, 4 Jan 2024 23:13:56 +0000 Subject: [PATCH] Add radar_options field to missing schema for charges stream --- tests/test_all_fields.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_all_fields.py b/tests/test_all_fields.py index 5b2f1718..2d9ad2cd 100644 --- a/tests/test_all_fields.py +++ b/tests/test_all_fields.py @@ -77,7 +77,8 @@ }, 'payouts': set(), 'charges': { - 'failure_balance_transaction' + 'failure_balance_transaction', + 'radar_options' }, 'subscription_items': set(), 'plans': set(),