diff --git a/source/saas-boilerplate.blade.php b/source/saas-boilerplate.blade.php index b9f1248..604ec0a 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