From b5538eda69bb737e39aa9a1a9bcc2eda67ab8128 Mon Sep 17 00:00:00 2001 From: richie serna Date: Fri, 19 Dec 2014 14:47:13 -0800 Subject: [PATCH] fix status of bank account trasnactions --- features/debits.feature | 2 +- features/reversals.feature | 2 +- features/settlements.feature | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/features/debits.feature b/features/debits.feature index ef61a64..90fe995 100644 --- a/features/debits.feature +++ b/features/debits.feature @@ -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 diff --git a/features/reversals.feature b/features/reversals.feature index 5f81381..df97859 100644 --- a/features/reversals.feature +++ b/features/reversals.feature @@ -193,7 +193,7 @@ Feature: Reversal """ { "amount": 30000, - "status": "pending" + "status": "succeeded" } """ diff --git a/features/settlements.feature b/features/settlements.feature index 89bb596..37d14b3 100644 --- a/features/settlements.feature +++ b/features/settlements.feature @@ -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"