updated plan, and oxapay integration

This commit is contained in:
Gitea
2025-06-21 04:09:08 +05:30
parent 930144f8f8
commit 30bd0c2712
14 changed files with 360 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<div class="mx-auto max-w-3xl px-4 py-8 sm:px-6 sm:py-12 lg:px-8 ">
<script src="https://shoppy.gg/api/embed.js"></script>
{{-- <script src="https://shoppy.gg/api/embed.js"></script>--}}
<div class="w-full mb-8 items-center flex justify-center">
<h1 class="text-center text-3xl text-gray-900 dark:text-gray-200">Purchase Subscription</h1>
</div>
@@ -46,6 +46,17 @@
Pay with crypto
</flux:button>
@endif
@if($plan->accept_oxapay && $plan->oxapay_link !== null)
<flux:button
variant="filled"
class="w-full mt-2 cursor-pointer"
tag="a"
href="{{ $plan->oxapay_link }}"
target="_blank"
>
Pay with crypto
</flux:button>
@endif
</div>
@endforeach
@endif