diff --git a/services/web/app/src/Features/Subscription/RecurlyWrapper.js b/services/web/app/src/Features/Subscription/RecurlyWrapper.js index 5830b69bb2..77a9893fa5 100644 --- a/services/web/app/src/Features/Subscription/RecurlyWrapper.js +++ b/services/web/app/src/Features/Subscription/RecurlyWrapper.js @@ -443,6 +443,8 @@ const promises = { `Recurly API returned with status code: ${error.response.status}`, { statusCode: error.response.status } ) + } else { + throw error } } },