CSR-1391 bug fix
This commit is contained in:
parent
62ef3faefd
commit
3fa60a1746
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,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