remove debugging response

This commit is contained in:
GotPPay
2018-05-18 17:45:47 +02:00
parent c6606a98dd
commit 52656e0420

View File

@@ -407,9 +407,6 @@ func (c *controller) handleMember(ctx echo.Context) error {
header := resp.Division.HealthCareEligibilityResponse.LoopHL0030[0].HL_0460[0].HL_0890[0].NM1_0920[0].N3_0950
body := resp.Division.HealthCareEligibilityResponse.LoopHL0030[0].HL_0460[0].HL_0890[0].NM1_0920[0].N4_0960
fmt.Println("\n\n",header.N301,"\n\n---\n",body.N401)
return routeutils.ResponseAPIAuthError(ctx, "STOPPED HERE INTENTIONALLY", false)
address.AddressTypeName = "Home"
address.AddressType = "home"
address.Name = fmt.Sprintf("%s, %s", header.N301, body.N401)
@@ -444,6 +441,8 @@ func (c *controller) handleMember(ctx echo.Context) error {
}
}
//Get ZIP code and check if it is participating
user, err = c.svc.Users.Create(user, authUser)
if err != nil {
return routeutils.HandleAPIError(ctx, err)