breaking changes promisifying amazon payments

This commit is contained in:
Victor Piousbox
2016-04-21 04:37:25 +00:00
parent 54a94db2de
commit cbf1a4c8d3
4 changed files with 32 additions and 24 deletions

View File

@@ -92,7 +92,7 @@ describe('amazonPayments', () => {
});
describe.only('#executePayment', () => {
it('succeeds', () => {
it('succeeds not as a gift', () => {
});
it('succeeds as a gift', () => {

View File

@@ -0,0 +1,11 @@
describe('payments/index', () => {
beforeEach(() => {
});
describe('#createSubscription', async () => {
});
describe('#buyGems', async () => {
});
});