Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacakmak committed Jul 3, 2024
1 parent 5fcdf9b commit 44e2729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adapter/craftgate.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ func newClient(apiKey, secretKey string) *Client {
client.Masterpass = &Masterpass{Client: client}
client.BankAccountTracking = &BankAccountTracking{Client: client}
client.Merchant = &Merchant{Client: client}
client.Juzdan = &Juzdan{Client: client}
client.BkmExpress = &BkmExpress{Client: client}

return client
}
Expand Down

0 comments on commit 44e2729

Please sign in to comment.