From a34b1734bedc5f92029badf86755e3c1c9d2ab2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 7 Jul 2021 13:05:02 +0200 Subject: [PATCH] Gateways: Stripe: Pay with new credit card --- .../livewire/invoices-table.blade.php | 2 +- .../livewire/pay-now-dropdown.blade.php | 12 ++-- .../Gateways/Stripe/CreditCardTest.php | 64 +++++++++++++++++++ 3 files changed, 71 insertions(+), 7 deletions(-) create mode 100644 tests/Browser/ClientPortal/Gateways/Stripe/CreditCardTest.php diff --git a/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php b/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php index 617a72fd442c..f4500f3fe41d 100644 --- a/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php @@ -99,7 +99,7 @@ @csrf - diff --git a/resources/views/portal/ninja2020/components/livewire/pay-now-dropdown.blade.php b/resources/views/portal/ninja2020/components/livewire/pay-now-dropdown.blade.php index d0c53470b6fb..259f7f11e75e 100644 --- a/resources/views/portal/ninja2020/components/livewire/pay-now-dropdown.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/pay-now-dropdown.blade.php @@ -1,10 +1,10 @@
@unless(count($methods) == 0)
+ class="relative inline-block text-left" dusk="payment-methods-dropdown">
-