mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Updated members import validation endpoint name
refs cb26fd9305
- Rename in line with the changes in referenced commit
This commit is contained in:
parent
16f4b1c9af
commit
fbf4952d14
@ -100,7 +100,7 @@ export default Service.extend({
|
||||
},
|
||||
|
||||
async _checkStripeServer(validatedSet) {
|
||||
const url = this.ghostPaths.get('url').api('members/validate');
|
||||
const url = this.ghostPaths.get('url').api('members/upload/validate');
|
||||
|
||||
let response;
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user