mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed payments settings
This commit is contained in:
parent
1ebff66109
commit
7b88038d05
@ -88,7 +88,11 @@ export default Component.extend({
|
||||
init() {
|
||||
this._super(...arguments);
|
||||
this.set('currencies', CURRENCIES);
|
||||
this.set('membersStripeOpen', true);
|
||||
if (this.get('stripeConnectAccountId')) {
|
||||
this.set('membersStripeOpen', false);
|
||||
} else {
|
||||
this.set('membersStripeOpen', true);
|
||||
}
|
||||
},
|
||||
|
||||
actions: {
|
||||
|
Loading…
Reference in New Issue
Block a user