From 1ccfa3a6b973ec604de76cc2249af02d701310f0 Mon Sep 17 00:00:00 2001 From: Mike Ossig Date: Fri, 16 Feb 2024 11:24:19 -0500 Subject: [PATCH] adds credit_score types to webhook --- method/resources/Webhook.py | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/method/resources/Webhook.py b/method/resources/Webhook.py index ad871dd..ecd2740 100644 --- a/method/resources/Webhook.py +++ b/method/resources/Webhook.py @@ -21,6 +21,8 @@ 'transaction.update', 'report.create', 'report.update', + 'credit_score.create', + 'credit_score.update', # Deprecated 'account_verification.sent', diff --git a/setup.py b/setup.py index 2381af8..c2f20e9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='method-python', - version='0.0.37', + version='0.0.39', description='Python library for the Method API', long_description='Python library for the Method API', long_description_content_type='text/x-rst',