feat: remove shipping settings, use shipping templates for cart calculation
This commit is contained in:
@@ -72,6 +72,7 @@ func SetupRoutes(r *gin.Engine) {
|
||||
api.GET("/settings/public", systemHandler.GetPublicSettings)
|
||||
api.GET("/payment-channels", paymentChannelHandler.PublicList)
|
||||
api.POST("/payment/bepusdt/notify", paymentHandler.BepUsdtNotify)
|
||||
api.POST("/shipping/calculate", shippingTemplateHandler.CalculateForUser)
|
||||
|
||||
authed := api.Group("")
|
||||
authed.Use(middlewares.AuthMiddleware())
|
||||
|
||||
Reference in New Issue
Block a user