We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c85db4 commit 9fdf85fCopy full SHA for 9fdf85f
1 file changed
test/integration/cases/billing/fail.test.ts
@@ -52,7 +52,6 @@ const tariffPlan: PlanDBScheme = {
52
};
53
54
const planProlongationPayload = {
55
- isCardLinkOperation: false,
56
userId: user._id.toString(),
57
workspaceId: workspace._id.toString(),
58
tariffPlanId: tariffPlan._id.toString(),
@@ -267,7 +266,6 @@ describe('Fail webhook', () => {
267
266
...validRequest,
268
Data: JSON.stringify({
269
checksum: await checksumService.generateChecksum({
270
271
userId: '',
272
273
0 commit comments