Skip to content

Commit

Permalink
use pointer to make working
Browse files Browse the repository at this point in the history
  • Loading branch information
harymindiar committed May 17, 2017
1 parent d4d775d commit 85c3e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type ChargeReq struct {
CIMBClicks *CIMBClicksDetail `json:"cimb_clicks,omitempty"`
TelkomselCash *TelkomselCashDetail `json:"telkomsel_cash,omitempty"`
IndosatDompetku *IndosatDompetkuDetail `json:"indosat_dompetku,omitempty"`
CustomerDetail CustDetail `json:"customer_details,omitempty"`
CustomerDetail *CustDetail `json:"customer_details,omitempty"`
ConvStore *ConvStoreDetail `json:"cstore,omitempty"`

Items *[]ItemDetail `json:"item_details,omitempty"`
Expand Down

0 comments on commit 85c3e2e

Please sign in to comment.