Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #12142 from NejcZdovc/hotfix/#12141-default
Browse files Browse the repository at this point in the history
Enabled payment notifications in default config
  • Loading branch information
bsclifton authored Nov 30, 2017
2 parents 81f7991 + df6e2c8 commit 1a00314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/constants/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ module.exports = {
// After shown, set timestamp to next reconcile time - 1 day.
'payments.notification-reconcile-soon-timestamp': null,
'payments.notification-try-payments-dismissed': false, // True if you dismiss the message or enable Payments
'payments.notifications': false,
'payments.notifications': true,
'payments.sites-auto-suggest': true,
'payments.sites-hide-excluded': false,
'payments.sites-show-less': true,
Expand Down

0 comments on commit 1a00314

Please sign in to comment.