diff --git a/payment-element/client/vue-cva/src/components/SrReturn.vue b/payment-element/client/vue-cva/src/components/SrReturn.vue index a6cb3b8592..0f80b4ea27 100644 --- a/payment-element/client/vue-cva/src/components/SrReturn.vue +++ b/payment-element/client/vue-cva/src/components/SrReturn.vue @@ -25,7 +25,7 @@ onMounted(async () => { ); if (error) { - messages.value.append(error.message); + messages.value.push(error.message); } messages.value.push(`Payment ${paymentIntent.status}: ${paymentIntent.id}`) }); @@ -43,4 +43,4 @@ onMounted(async () => { /> - \ No newline at end of file +