diff --git a/src/layouts/payment/payment.vue b/src/layouts/payment/payment.vue index afcfd47ea..2d7b1248e 100644 --- a/src/layouts/payment/payment.vue +++ b/src/layouts/payment/payment.vue @@ -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(); }