Updated members import validation endpoint name

refs cb26fd9305

- Rename in line with the changes in referenced commit
This commit is contained in:
Nazar Gargol 2020-06-12 23:36:00 +12:00
parent 16f4b1c9af
commit fbf4952d14

View File

@ -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 {