mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
breaking changes promisifying amazon payments
This commit is contained in:
@@ -92,7 +92,7 @@ describe('amazonPayments', () => {
|
||||
});
|
||||
|
||||
describe.only('#executePayment', () => {
|
||||
it('succeeds', () => {
|
||||
it('succeeds not as a gift', () => {
|
||||
});
|
||||
|
||||
it('succeeds as a gift', () => {
|
||||
|
||||
11
test/api/v3/unit/libs/paymentsIndex.test.js
Normal file
11
test/api/v3/unit/libs/paymentsIndex.test.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
describe('payments/index', () => {
|
||||
beforeEach(() => {
|
||||
});
|
||||
|
||||
describe('#createSubscription', async () => {
|
||||
});
|
||||
|
||||
describe('#buyGems', async () => {
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user