stripe payment
This commit is contained in:
parent
575a3726e6
commit
2be8d810e1
@ -219,7 +219,7 @@ const clearHover = () => {
|
||||
<div class="mt-2 flex gap-2">
|
||||
<button
|
||||
class="group relative flex h-12 flex-1 items-center justify-center overflow-hidden rounded-full bg-[var(--subtle-gold)] px-6 font-bold tracking-wide text-[var(--midnight-blue)] shadow-md transition-all duration-300 hover:shadow-lg"
|
||||
@click="handleSelection(6, 'wise')"
|
||||
@click="handleSelection(6, 'stripe')"
|
||||
title="Pay with Stripe"
|
||||
>
|
||||
<span
|
||||
@ -272,7 +272,7 @@ const clearHover = () => {
|
||||
<div class="mt-2 flex gap-2">
|
||||
<button
|
||||
class="group relative flex h-12 flex-1 items-center justify-center overflow-hidden rounded-full bg-[var(--subtle-gold)] px-6 font-bold tracking-wide text-[var(--midnight-blue)] shadow-sm transition-all duration-300"
|
||||
@click="handleSelection(18, 'wise')"
|
||||
@click="handleSelection(18, 'stripe')"
|
||||
title="Pay with Wise"
|
||||
>
|
||||
<span
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user