Skip to content

Commit

Permalink
Updated refund dummyData to include description
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed Mar 5, 2019
1 parent bc1bd50 commit 1f0bb23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tests/dummyData/Refund/refundError.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"request": {
"result": "0",
"errorId": "1",
"errorMessage": "You do not have enough credit to refund this amount."
"errorMessage": "Refund was not complete"
},
"refundId": ""
"refundId": "",
"description": "This is the reason for the refund not succeeding"
}
5 changes: 3 additions & 2 deletions tests/dummyData/Transaction/Result/refundError.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"request": {
"result": "0",
"errorId": "1",
"errorMessage": "You do not have enough credit to refund this amount."
"errorMessage": "Refund was not complete"
},
"refundId": ""
"refundId": "",
"description": "This is the reason for the refund not succeeding"
}

0 comments on commit 1f0bb23

Please sign in to comment.