-
- {{ lang.payment.amountPaid }}:
-
-
-
- {{ lang.payment.amountDue }}:
-
-
+
+ {{ lang.payment.amountPaid }}:
+
+
+
+ {{ lang.payment.amountDue }}:
+
@@ -234,6 +268,19 @@ const payWithIdeal = async () => {
if (result.data.value) window.location.href = result.data.value
}
+const payDownPaymentWithIdeal = async () => {
+ const result = useMutation('public.payDownPaymentWithIdeal', {
+ args: {
+ uuid: uuid.value
+ },
+ immediate: true
+ })
+
+ await result.immediatePromise
+
+ if (result.data.value) window.location.href = result.data.value
+}
+
const payWithSmartpin = async () => {
const result = useMutation('public.payWithSmartpin', {
args: {