Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: added test-credentials to docs #8

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/src/en/payme-pkg/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ pip3 install payme-pkg
```
<br/>

# Test-Credentials

```
Card Numer: 8600 4954 7331 6478 Expire Date: 03/99 SMS Code: 666666
Card Numer: 8600 0691 9540 6311 Expire Date: 03/99 SMS Code: 666666
```

# Setup (django)
1. Add `'payme'` to your installed apps
```python
Expand Down
7 changes: 7 additions & 0 deletions docs/src/ru/payme-pkg/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ pip3 install payme-pkg
```
<br/>

# Тестовые учетные данные

```
Номер карты: 8600 4954 7331 6478 Годен до: 03/99 СМС-код: 666666
Номер карты: 8600 0691 9540 6311 Годен до: 03/99 СМС-код: 666666
```

# Настройка (Джанго)
1. Добавьте `'payme'` в установленные приложения.
```python
Expand Down
7 changes: 7 additions & 0 deletions docs/src/uz/payme-pkg/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ pip3 install payme-pkg
```
<br/>

# Test hisob-kitob ma'lumotlari

```
Karta raqami: 8600 4954 7331 6478 Amal qilish muddati: 03/99 SMS Kod: 666666
Karta raqami: 8600 0691 9540 6311 Amal qilish muddati: 03/99 SMS Kod: 666666
```

# Sozlash (django)
1. Loyihangiz sozlamarining INSTALLED_APPS qismiga `'payme'` ni qo'shing
```python
Expand Down