We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3c6ffc + fd6570d commit 0ae572cCopy full SHA for 0ae572c
coreapi/response.go
@@ -118,6 +118,8 @@ type TransactionStatusResponse struct {
118
CustomField3 string `json:"custom_field3"`
119
Metadata interface{} `json:"metadata"`
120
PaymentOptionsType string `json:"payment_options_type"`
121
+ InstallmentTerms int `json:"installment_terms"`
122
+ ThreeDsVersion string `json:"three_ds_version"`
123
}
124
125
type TransactionStatusB2bResponse struct {
midtrans.go
@@ -20,7 +20,7 @@ const (
20
Production
21
22
//libraryVersion : midtrans go library version
23
- libraryVersion = "v1.3.4"
+ libraryVersion = "v1.3.5"
24
)
25
26
//ServerKey is config payment API key for global use
0 commit comments