Skip to content

Commit

Permalink
emre
Browse files Browse the repository at this point in the history
  • Loading branch information
reywyn committed Jun 12, 2023
1 parent ecd2c3c commit 093dbe9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adapter/craftgate.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ type Client struct {
PaymentReporting *PaymentReporting
Wallet *Wallet
Onboarding *Onboarding
Merchant *Merchant
PayByLink *PayByLink
Settlement *Settlement
SettlementReporting *SettlementReporting
Expand Down Expand Up @@ -111,7 +110,6 @@ func newClient(apiKey, secretKey string) *Client {
client.Payment = &Payment{Client: client}
client.PaymentReporting = &PaymentReporting{Client: client}
client.Onboarding = &Onboarding{Client: client}
client.Merchant = &Merchant{Client: client}
client.PayByLink = &PayByLink{Client: client}
client.Wallet = &Wallet{Client: client}
client.Settlement = &Settlement{Client: client}
Expand Down
Binary file modified craftgate-go-client
Binary file not shown.

0 comments on commit 093dbe9

Please sign in to comment.