You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implement the Go SDK but when try make payment using PSE we go this error
json: cannot unmarshal number into Go struct field TransactionDetailsResponse.transaction_details.bank_transfer_id of type string
I'm implement the Go SDK but when try make payment using PSE we go this error
json: cannot unmarshal number into Go struct field TransactionDetailsResponse.transaction_details.bank_transfer_id of type string
Our Code
accessToken := "TEST-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
cfg, err := config.New(accessToken)
if err != nil {
fmt.Println(err)
return err
}
Response
json: cannot unmarshal number into Go struct field TransactionDetailsResponse.transaction_details.bank_transfer_id of type string
The text was updated successfully, but these errors were encountered: