Skip to content

Commit

Permalink
Add callbacks in SNAP request Token
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikamaheva committed Aug 28, 2018
1 parent b7ded34 commit 2e0df0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions request.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ type SnapReq struct {
BNIBankTransfer *BNIBankTransferDetail `json:"bni_va,omitempty"`
PermataBankTransfer *PermataBankTransferDetail `json:"permata_va,omitempty"`
Expiry *Expiry `json:"expiry,omitempty"`
Callbacks *Callbacks `json:"callbacks,omitempty"`
CustomField1 string `json:"custom_field1,omitempty"`
CustomField2 string `json:"custom_field2,omitempty"`
CustomField3 string `json:"custom_field3,omitempty"`
Expand Down

0 comments on commit 2e0df0b

Please sign in to comment.