HotelSync
6859817bdf
feat: centralized payment gateways + booking widget API
Backend:
- Migration 065: hotel_payment_gateways table (migrates YooKassa from deposit_settings)
- online_bookings table for widget submissions
- Routes: CRUD /api/hotels/:slug/payment-gateways
- Public widget API: /api/widget/:slug/{config,availability,bookings}
- yookassa.ts: add createCharge() for immediate capture
Frontend:
- PaymentSettingsPage: add 'Онлайн-оплата' section with gateway CRUD and module toggles
- DepositSettingsPage: replace YooKassa fields with link to centralized settings
- BookingWidgetPage: connect to real API, show gateway status, real booking submit
- api.ts: add PaymentGateway types, paymentGateways and widget API methods
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 20:37:06 +03:00
..
2026-03-27 17:50:11 +03:00
2026-03-31 11:19:54 +03:00
2026-03-20 17:47:12 +03:00
2026-04-06 11:47:51 +03:00
2026-03-26 00:05:14 +03:00
2026-03-26 00:39:48 +03:00
2026-03-26 10:58:47 +03:00
2026-04-02 23:12:03 +03:00
2026-04-06 15:51:34 +03:00
2026-03-31 21:11:15 +03:00
2026-03-21 19:24:36 +03:00
2026-03-17 14:21:45 +03:00
2026-03-24 12:29:32 +03:00
2026-04-02 23:09:03 +03:00
2026-03-26 10:19:01 +03:00
2026-04-06 15:36:40 +03:00
2026-03-27 21:06:33 +03:00
2026-03-23 23:02:30 +03:00
2026-04-06 20:37:06 +03:00
2026-04-06 16:12:38 +03:00
2026-04-06 12:55:42 +03:00
2026-04-06 20:37:06 +03:00
2026-03-26 00:05:14 +03:00
2026-03-23 15:05:12 +03:00
2026-03-31 11:19:54 +03:00
2026-03-26 00:39:48 +03:00
2026-03-26 01:18:02 +03:00
2026-03-23 11:42:29 +03:00
2026-03-18 19:08:57 +03:00
2026-04-02 11:59:38 +03:00
2026-03-24 10:38:51 +03:00
2026-03-26 00:39:48 +03:00
2026-03-29 12:08:51 +03:00
2026-03-31 23:40:29 +03:00
2026-03-27 12:20:28 +03:00