Started implementing PayPal

This commit is contained in:
2017-07-16 07:50:57 +02:00
parent 1a77183737
commit 649672429d
6 changed files with 55 additions and 11 deletions

View File

@ -194,7 +194,7 @@ export function createSoundTrack(arn: AnimeNotifier, button: HTMLButtonElement)
}
arn.post("/api/new/soundtrack", soundtrack)
.then(() => arn.app.load("/music"))
.then(() => arn.app.load("/soundtracks"))
.catch(err => arn.statusMessage.showError(err))
}