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