mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
parent
0a2530c1cc
commit
1cf0dc14b9
@ -227,7 +227,7 @@ export default Component.extend({
|
||||
|
||||
openDisconnectStripeConnectModal: task(function* () {
|
||||
this.set('hasActiveStripeSubscriptions', false);
|
||||
if (!this.get('stripeConnectIntegration')) {
|
||||
if (!this.get('stripeConnectAccountId')) {
|
||||
return;
|
||||
}
|
||||
const url = this.get('ghostPaths.url').api('/members/hasActiveStripeSubscriptions');
|
||||
|
Loading…
Reference in New Issue
Block a user