Merge pull request #1455 from Safelite/feature/CSR-1391.1

CSR-1391 bug fix
This commit is contained in:
Matt Caimi 2023-10-25 14:28:16 -04:00 committed by GitHub
commit 520193e18d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -351,7 +351,7 @@ export default {
window.location = applicationConfig.PIA_CANCEL_URL;
//this.$router.navigateWithoutSaving(this.navigationScenarios.CLICKED_BACK, this.$route);
},
async fetchSignatureInfo() {
async fetchSignatureInfo(signatureInfo) {
if (this.isPaypal()) {
this.$refs.loadingModal.showModal();
}