Skip to content

Commit 6e14c1e

Browse files
Zarinaypppa
authored andcommitted
Update Readme
1 parent 907ce22 commit 6e14c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Use pip command: ```pip install solidgate-card-sdk```
1414

1515
Create a class instance of the 'ApiClient' class.
1616
```
17-
from solidgate-card-sdk import api_client
17+
from api_client import ApiClient
1818
19-
client = api_client.ApiClient(merchant_id, private_key)
19+
client = ApiClient(merchant_id, private_key)
2020
```
2121
- merchant_id - unique merchant identification;
2222
- private_key - secret code for request signature. It's provided at the moment of merchant registration.

0 commit comments

Comments
 (0)