Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mostafa-Armandi committed Jan 28, 2025
1 parent 7aba4a9 commit d4006dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public class MyService
)
);

var apiResponse = await _client.Payments.CreatePayout(
var apiResponse = await _client.Payouts.CreatePayout(
payoutRequest,
idempotencyKey: Guid.NewGuid().ToString()
);
Expand Down

0 comments on commit d4006dd

Please sign in to comment.