Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test refunding to pending debits #1186

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kyungmin
Copy link
Contributor

DO NOT MERGE

Writing a test case for #449

@@ -13,7 +13,22 @@ module('Debits', {
Testing.DEBIT_ID = debit.get('id');
Testing.DEBIT_URI = debit.get('uri');
Testing.DEBIT_ROUTE = '/marketplaces/' + Testing.MARKETPLACE_ID + '/debits/' + Testing.DEBIT_ID;
}).then(function(){
Testing._createPendingBankAccount().then(function(bankAccount) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this does not need to block on the card creation.

@kyungmin kyungmin changed the title [WIP] Test refunding to pending debits Test refunding to pending debits Apr 25, 2014
@kyungmin
Copy link
Contributor Author

This PR is pending balanced/balanced-api#275

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants