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',