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 @@
@@ -282,7 +282,7 @@
@@ -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?
- Sure! When you receive the payment confirmation from Gumroad, you'll see a Generate invoice button. Use that and add your company details. Also be sure to add your VAT ID during the payment, if you have one, to be billed without extra VAT.
+ Sure! A basic Stripe receipt is sent automatically after purchase. After that, you can get a detailed one within our portal.
@@ -569,5 +569,5 @@
@endsection
@push('scripts')
-
+
@endpush