Mhamdans17 commited on
Commit
27a7bdf
·
1 Parent(s): da65302

fix: resolve go build errors in wallet_controller

Browse files
Files changed (1) hide show
  1. controllers/wallet_controller.go +1 -2
controllers/wallet_controller.go CHANGED
@@ -6,7 +6,6 @@ import (
6
  "service-warungpos-go/config"
7
  "service-warungpos-go/models"
8
  "service-warungpos-go/services"
9
- "time"
10
 
11
  "github.com/gin-gonic/gin"
12
  )
@@ -115,7 +114,7 @@ func RequestTopupQris(c *gin.Context) {
115
  user.Email,
116
  user.Phone,
117
  tripayItems,
118
- user.CompanyID,
119
  )
120
 
121
  if err != nil {
 
6
  "service-warungpos-go/config"
7
  "service-warungpos-go/models"
8
  "service-warungpos-go/services"
 
9
 
10
  "github.com/gin-gonic/gin"
11
  )
 
114
  user.Email,
115
  user.Phone,
116
  tripayItems,
117
+ *user.CompanyID,
118
  )
119
 
120
  if err != nil {