Skip to content

Commit 79f48db

Browse files
committed
sentoo_merchant not sentoo_merchant_id
1 parent a45c292 commit 79f48db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sentoo/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def transaction_create(self, **kwargs: CreateTransactionKwargs) -> Response:
8585
dict[str, Any]: API response containing transaction details
8686
"""
8787
url = self._url("/payment/new")
88-
kwargs["sentoo_merchant_id"] = self._merchant_id
88+
kwargs["sentoo_merchant"] = self._merchant_id
8989
self._headers["Content-Type"] = "application/x-www-form-urlencoded"
9090
return httpx.post(url, headers=self._headers, data=kwargs)
9191

0 commit comments

Comments
 (0)