saveinmed/backend/internal
Tiago Yamamoto 114e8dc5bc fix: add payment_method column to orders table
Migration 0008: adds payment_method column with default 'pix'
Fixes 500 error: column "payment_method" does not exist
2025-12-26 22:56:46 -03:00
..
config fix(backend): properly load .env file manually in config.go 2025-12-22 09:47:17 -03:00
domain feat: add quantity selector, fix offer display, swap filter/location layout 2025-12-26 22:16:48 -03:00
http debug: add detailed logging with emojis for orders endpoint 2025-12-26 22:44:34 -03:00
payments feat: Implement Payment Methods, Shipping Improvements, Swagger Audit, and UUIDv7 Migration 2025-12-26 17:48:50 -03:00
repository/postgres fix: add payment_method column to orders table 2025-12-26 22:56:46 -03:00
server feat: add quantity selector, fix offer display, swap filter/location layout 2025-12-26 22:16:48 -03:00
usecase feat: Implement Payment Methods, Shipping Improvements, Swagger Audit, and UUIDv7 Migration 2025-12-26 17:48:50 -03:00