CSR-1391 bug fix

This commit is contained in:
Matt Caimi 2023-10-25 14:22:27 -04:00
parent 62ef3faefd
commit 3fa60a1746

View file

@ -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();
}