We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907ce22 commit 6e14c1eCopy full SHA for 6e14c1e
README.md
@@ -14,9 +14,9 @@ Use pip command: ```pip install solidgate-card-sdk```
14
15
Create a class instance of the 'ApiClient' class.
16
```
17
-from solidgate-card-sdk import api_client
+from api_client import ApiClient
18
19
-client = api_client.ApiClient(merchant_id, private_key)
+client = ApiClient(merchant_id, private_key)
20
21
- merchant_id - unique merchant identification;
22
- private_key - secret code for request signature. It's provided at the moment of merchant registration.
0 commit comments