Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas committed Jan 5, 2024
1 parent f1a11b4 commit d43ed5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/payments/internal/models/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func ConnectorIDFromString(value string) (ConnectorID, error) {
if err != nil {
return ConnectorID{}, err
}
fmt.Println("test", data)
fmt.Println("test", string(data))
ret := ConnectorID{}
err = canonicaljson.Unmarshal(data, &ret)
if err != nil {
Expand Down

0 comments on commit d43ed5b

Please sign in to comment.