841e52ccfe
refs https://github.com/TryGhost/Product/issues/3648 - Refactored Members API RouterController.createCheckoutSession: Split the method into smaller parts so we can reuse individual parts for the upcoming donation checkout session. - Wired up donation checkout creation - Added donation events
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/ts'
|
|
]
|
|
};
|