Merge branch 'release' into develop

This commit is contained in:
Sabe Jones
2020-10-13 14:38:39 -05:00
14 changed files with 189 additions and 139 deletions

View File

@@ -248,6 +248,7 @@ describe('payments/index', () => {
quantity: 1,
gift: true,
purchaseValue: 15,
firstPurchase: true,
headers: {
'x-client': 'habitica-web',
'user-agent': '',
@@ -345,6 +346,7 @@ describe('payments/index', () => {
quantity: 1,
gift: false,
purchaseValue: 15,
firstPurchase: true,
headers: {
'x-client': 'habitica-web',
'user-agent': '',