Skip to content

Commit 5957205

Browse files
committed
Update cloudPaymentsApi.ts
1 parent 8cb3a8d commit 5957205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/cloudPaymentsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class CloudPaymentsApi {
181181
});
182182

183183
if (!result.data.Success) {
184-
throw new Error(`Error during cancelling transaction: ${result.data.Message}`);
184+
throw new Error(`Error during cancelling transaction with id ${transactionId}: ${result.data.Message}`);
185185
}
186186
}
187187
}

0 commit comments

Comments
 (0)