updates
This commit is contained in:
@@ -19,7 +19,7 @@ const PaymentMethodSelector: React.FC<
|
||||
</h3>
|
||||
|
||||
<div className="space-y-3">
|
||||
{/* Cash Payment */}
|
||||
{}
|
||||
<label
|
||||
className={`flex items-start p-4 border-2
|
||||
rounded-lg cursor-pointer transition-all
|
||||
@@ -62,7 +62,7 @@ const PaymentMethodSelector: React.FC<
|
||||
</div>
|
||||
</label>
|
||||
|
||||
{/* Stripe Payment */}
|
||||
{}
|
||||
<label
|
||||
className={`flex items-start p-4 border-2
|
||||
rounded-lg cursor-pointer transition-all
|
||||
@@ -118,7 +118,7 @@ const PaymentMethodSelector: React.FC<
|
||||
</p>
|
||||
)}
|
||||
|
||||
{/* Additional Info */}
|
||||
{}
|
||||
<div className="mt-4 p-3 bg-blue-50 border
|
||||
border-blue-200 rounded-lg"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user