From 3fa60a1746805404c316266c05468ed4733c85a3 Mon Sep 17 00:00:00 2001 From: Matt Caimi Date: Wed, 25 Oct 2023 14:22:27 -0400 Subject: [PATCH] CSR-1391 bug fix --- src/layouts/payment/payment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/payment/payment.vue b/src/layouts/payment/payment.vue index 08fceabcf..f7f3e3021 100644 --- a/src/layouts/payment/payment.vue +++ b/src/layouts/payment/payment.vue @@ -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(); }