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

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