diff --git a/source/saas-boilerplate.blade.php b/source/saas-boilerplate.blade.php
index 1985528..b9f1248 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 credit card/bank?
+ Can I pay with PayPal/credit card?
- Yes! Payments are processed using Stripe which lets you pay with multiple payment methods depending on your region.
+ Yes! Payments are processed using Gumroad which lets you pay with PayPal or a payment card.
@@ -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 a receipt?
+ Can I get an invoice?
- Sure! A basic Stripe receipt is sent automatically after purchase. After that, you can get a detailed one within our portal.
+ 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.
@@ -569,5 +569,5 @@
@endsection
@push('scripts')
-
+
@endpush