mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
Corrected url for Stripe Connect auth
no-issue This was missed in the PR changes requests in Ghost.
This commit is contained in:
parent
f829476b59
commit
94c68bbaec
@ -184,6 +184,6 @@ export default Component.extend({
|
||||
},
|
||||
|
||||
get stripeConnectAuthUrl() {
|
||||
return this.ghostPaths.url.api('members/stripe-connect');
|
||||
return this.ghostPaths.url.api('members/stripe_connect');
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user