0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Nazar Gargol 4b57ad33b0 Removed unused isPaymentConfigured method
refs https://github.com/TryGhost/Ghost/pull/11499

- Removed unused and confusin isPaymentConfigured because it was basing it's logic on old `isPaid` flag. Having it in the codebase was adding confusion.
- `isPaid` config flag still needs a proper cleanup with a migration etc.
- Added little post PR merge cleanup
2020-01-17 12:08:30 +07:00
..
adapters Handle content requests with overly long filenames 2020-01-16 14:18:09 +07:00
api Refactored member controller to use model layer 2020-01-15 17:52:47 +07:00
config 🐛 Fixed csv file uploads on Windows w/Excel installed 2019-11-26 15:11:05 +00:00
data Fixed post meta migration for 3.x (#11438) 2019-12-17 17:14:53 +05:30
lib 🏗Added host config limits for member emails (#11439) 2019-12-17 19:24:27 +05:30
models Optimized posts_meta table join when meta columns are not requested (#11300) 2020-01-06 15:38:40 +01:00
public Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
services Removed unused isPaymentConfigured method 2020-01-17 12:08:30 +07:00
translations Fixed cancel_link helper documentation link 2019-12-20 11:39:58 +07:00
views
web Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
analytics-events.js
ghost-server.js
index.js Merge branch 'master' into mega 2019-11-18 11:09:46 +00:00
overrides.js
update-check.js