This commit is contained in:
aditya.siregar
2025-03-16 11:01:58 +08:00
parent c41826bb1b
commit 2554533e09
3 changed files with 107 additions and 117 deletions
@@ -235,7 +235,7 @@ func (s *memberSvc) sendWelcomeEmail(
welcomeData := map[string]interface{}{
"UserName": customer.Name,
"MemberID": customer.CustomerID,
"PointsName": "PoinLo",
"PointsName": "ELP",
"PointsBalance": customer.Points,
"RedeemLink": "https://enaklo.co.id/redeem",
"CurrentDate": time.Now().Format("01-20006"),