diff --git a/app/Livewire/BillingPortalPurchase.php b/app/Livewire/BillingPortalPurchase.php index efb665d511..0889c2fc88 100644 --- a/app/Livewire/BillingPortalPurchase.php +++ b/app/Livewire/BillingPortalPurchase.php @@ -353,6 +353,7 @@ class BillingPortalPurchase extends Component $this->payment_method_id = $gateway_type_id; $this->handleBeforePaymentEvents(); + } /** diff --git a/app/Services/ClientPortal/InstantPayment.php b/app/Services/ClientPortal/InstantPayment.php index 3f329c0d80..7ce624d5f2 100644 --- a/app/Services/ClientPortal/InstantPayment.php +++ b/app/Services/ClientPortal/InstantPayment.php @@ -44,6 +44,7 @@ class InstantPayment public function run() { + nlog($this->request->all()); $is_credit_payment = false; $tokens = []; diff --git a/resources/views/billing-portal/purchase.blade.php b/resources/views/billing-portal/purchase.blade.php index 312a336822..64724977c3 100644 --- a/resources/views/billing-portal/purchase.blade.php +++ b/resources/views/billing-portal/purchase.blade.php @@ -6,18 +6,19 @@ @stop @push('footer') + + @endpush diff --git a/resources/views/billing-portal/purchasev2.blade.php b/resources/views/billing-portal/purchasev2.blade.php index 3388348939..ff94394bfe 100644 --- a/resources/views/billing-portal/purchasev2.blade.php +++ b/resources/views/billing-portal/purchasev2.blade.php @@ -7,14 +7,8 @@ @push('footer') + @endpush