We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ec00e commit bb4a175Copy full SHA for bb4a175
api/src/paypro.ts
@@ -314,7 +314,7 @@ export async function cancelSubscription(subscriptionId: string | number) {
314
response.headers,
315
await response.text().catch(() => '')
316
);
317
- throw new Error(`Unexpected ${response.status} during PayPro cancellation`);
+ throw new Error(`Unexpected ${response.status} during PayPro cancellation for sub id ${subscriptionId}`);
318
}
319
320
const responseBody = await response.json();
0 commit comments