Skip to content

Commit

Permalink
updated fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 committed May 24, 2024
1 parent d92aaff commit 01c60f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/fixtures/transfer_error.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"error": {
"code": "BAD_REQUEST_ERROR",
"description": "The id provided does not exist",
"source": "business",
"step": "payment_initiation",
"reason": "input_validation_failed",
"metadata": {}
}
}

0 comments on commit 01c60f5

Please sign in to comment.