From 12225de15941604ff157597acbf7d86fc3ad2fed Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Fri, 12 Jan 2018 13:46:43 -0700 Subject: [PATCH] Update default contribution amount from 5 to 7.5 Auditors: @kjozwiak --- js/constants/appConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/constants/appConfig.js b/js/constants/appConfig.js index 1f0ffe011b5..e6b43f47ef8 100644 --- a/js/constants/appConfig.js +++ b/js/constants/appConfig.js @@ -102,7 +102,7 @@ module.exports = { }, payments: { delayNotificationTryPayments: 1000 * 60 * 60 * 24 * 10, // 10 days (from firstRunTimestamp) - defaultContributionAmount: 5 + defaultContributionAmount: 7.5 }, updates: { // Check for front end updates every hour