Improve subscription UI with large tier buttons
- Replace dropdown tier selection with attractive visual buttons - Add tier-button CSS with hover effects and selection states - Remove 'or pay by card' divider from subscription form for cleaner UI - Update JavaScript to handle tier button selection events - Fix Stripe module import conflict by renaming stripe directory to stripe_config - Add responsive grid layout for tier buttons on mobile devices
This commit is contained in:
4
stripe_config/.env
Normal file
4
stripe_config/.env
Normal file
@@ -0,0 +1,4 @@
|
||||
STRIPE_SECRET_KEY=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
|
||||
STRIPE_PUBLISHABLE_KEY=pk_live_51KlIf4H7p78X3gVbh1ueYesO2XAYFZID6M62Tm8I2X61N6y0CSZiLDI0vWfgA1cv91cBzQXCl0BR91bSiUKBsdzi00uMxoZutY
|
||||
DEFAULT_CURRENCY=GBP
|
||||
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret_here
|
||||
Reference in New Issue
Block a user