Merge pull request #1455 from Safelite/feature/CSR-1391.1
CSR-1391 bug fix
This commit is contained in:
commit
520193e18d
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue