From 5d444f24d48dc669781b6f4ecb5a9ae19c4c2fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 25 Jul 2025 10:48:43 +0200 Subject: [PATCH] Gumroad -> Stripe --- source/saas-boilerplate.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/saas-boilerplate.blade.php b/source/saas-boilerplate.blade.php index b9f1248..1985528 100644 --- a/source/saas-boilerplate.blade.php +++ b/source/saas-boilerplate.blade.php @@ -215,7 +215,7 @@
- + Purchase
@@ -282,7 +282,7 @@
- + Purchase
@@ -335,7 +335,7 @@ class="flex items-start justify-between w-full text-left text-gray-400 focus:outline-none focus:text-gray-900" x-bind:aria-expanded="openPanel === 1" aria-expanded="true"> - Can I pay with PayPal/credit card? + Can I pay with credit card/bank?

- Yes! Payments are processed using Gumroad which lets you pay with PayPal or a payment card. + Yes! Payments are processed using Stripe which lets you pay with multiple payment methods depending on your region.

@@ -363,7 +363,7 @@ class="flex items-start justify-between w-full text-left text-gray-400 focus:outline-none focus:text-gray-900" x-bind:aria-expanded="openPanel === 2"> - Can I get an invoice? + Can I get a receipt? @@ -569,5 +569,5 @@ @endsection @push('scripts') - + @endpush