Skip to content

Commit

Permalink
add CustomerDetail on request charge
Browse files Browse the repository at this point in the history
  • Loading branch information
harymindiar committed May 16, 2017
1 parent 451f416 commit 50839eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions request.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ type ChargeReq struct {
CIMBClicks *CIMBClicksDetail `json:"cimb_clicks,omitempty"`
TelkomselCash *TelkomselCashDetail `json:"telkomsel_cash,omitempty"`
IndosatDompetku *IndosatDompetkuDetail `json:"indosat_dompetku,omitempty"`

ConvStore *ConvStoreDetail `json:"cstore,omitempty"`
CustomerDetail CustDetail `json:"customer_details,omitempty"`
ConvStore *ConvStoreDetail `json:"cstore,omitempty"`

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

0 comments on commit 50839eb

Please sign in to comment.