From 6f2bcd8b33edd35558c1c49e0904b3cb7c02e320 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 7 Oct 2024 13:51:45 +1100 Subject: [PATCH] Fixes for stripe tokens --- modules_statuses.json | 2 +- .../gateways/stripe/credit_card/pay.blade.php | 4 +- .../stripe/credit_card/pay_livewire.blade.php | 39 +++++++++---------- 3 files changed, 22 insertions(+), 23 deletions(-) diff --git a/modules_statuses.json b/modules_statuses.json index 2bb10713c7..1f5f99114c 100644 --- a/modules_statuses.json +++ b/modules_statuses.json @@ -1,3 +1,3 @@ { "Admin": true -} +} \ No newline at end of file diff --git a/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay.blade.php b/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay.blade.php index 0d0290ff39..6b75ae1e8e 100644 --- a/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay.blade.php +++ b/resources/views/portal/ninja2020/gateways/stripe/credit_card/pay.blade.php @@ -53,7 +53,7 @@ @include('portal.ninja2020.gateways.includes.payment_details') @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.pay_with')]) -