From 7c5e29a440e4e9ee837b266e30417458c2c032c7 Mon Sep 17 00:00:00 2001 From: Steven Fox <62109327+steven-fox@users.noreply.github.com> Date: Tue, 27 May 2025 15:24:27 -0400 Subject: [PATCH] add link to billing portal --- app/Notifications/LicenseKeyGenerated.php | 1 + resources/views/early-adopter.blade.php | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/app/Notifications/LicenseKeyGenerated.php b/app/Notifications/LicenseKeyGenerated.php index 7ece8ecb..6e2efc99 100644 --- a/app/Notifications/LicenseKeyGenerated.php +++ b/app/Notifications/LicenseKeyGenerated.php @@ -42,6 +42,7 @@ public function toMail(object $notifiable): MailMessage ->line("**{$this->licenseKey}**") ->line('When prompted by Composer, use your email address as the username and this license key as the password.') ->action('View Installation Guide', url('/docs/mobile/1/getting-started/installation')) + ->line('If you need to manage your subscription for this license, you can do so on [Stripe](https://billing.stripe.com/p/login/4gwaGV5VK0uU44E288).') ->line("If you have any questions, please don't hesitate to reach out to our support team.") ->lineIf($this->subscription === Subscription::Max, 'As a Max subscriber, you also have access to the NativePHP/mobile repository. To access it, please log in to [Anystack.sh](https://auth.anystack.sh/?accountType=customer) using the same email address you used for your purchase.') ->salutation("Happy coding!\n\nThe NativePHP Team") diff --git a/resources/views/early-adopter.blade.php b/resources/views/early-adopter.blade.php index 62dfb148..38165fef 100644 --- a/resources/views/early-adopter.blade.php +++ b/resources/views/early-adopter.blade.php @@ -811,13 +811,28 @@ class="mx-auto flex w-full max-w-2xl flex-col items-center gap-4 pt-10" follow the instructions here to generate your invoice.
+ ++ You can manage your subscription via the + + Stripe billing portal. + +
+