stripe payment
This commit is contained in:
parent
575a3726e6
commit
2be8d810e1
@ -219,7 +219,7 @@ const clearHover = () => {
|
|||||||
<div class="mt-2 flex gap-2">
|
<div class="mt-2 flex gap-2">
|
||||||
<button
|
<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"
|
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"
|
title="Pay with Stripe"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
@ -272,7 +272,7 @@ const clearHover = () => {
|
|||||||
<div class="mt-2 flex gap-2">
|
<div class="mt-2 flex gap-2">
|
||||||
<button
|
<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"
|
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"
|
title="Pay with Wise"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user