Skip to content

Commit

Permalink
fix status of bank account trasnactions
Browse files Browse the repository at this point in the history
  • Loading branch information
rserna2010 committed Dec 19, 2014
1 parent f75e3a0 commit b5538ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/debits.feature
Expand Up @@ -162,7 +162,7 @@ Feature: Debit a card or bank account
And the response is valid according to the "debits" schema
And the fields on these debits match:
"""
{ "status": "pending" }
{ "status": "succeeded" }
"""

Scenario: Debits to unverified bank accounts fail
Expand Down
2 changes: 1 addition & 1 deletion features/reversals.feature
Expand Up @@ -193,7 +193,7 @@ Feature: Reversal
"""
{
"amount": 30000,
"status": "pending"
"status": "succeeded"
}
"""

Expand Down
2 changes: 1 addition & 1 deletion features/settlements.feature
Expand Up @@ -285,7 +285,7 @@ Scenario: Retrieving events for a settlement
"""
{
"amount": 12345,
"appears_on_statement_as": "BAL*Settlement Oct",
"appears_on_statement_as": "BAL*example.com",
"description": "Settlement for payouts from October",
"links": {
"destination": ":bank_account_id"
Expand Down

0 comments on commit b5538ed

Please sign in to comment.