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: generate_link() amount argument #7

Merged
merged 1 commit into from
Nov 27, 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
2 changes: 1 addition & 1 deletion docs/src/en/payme-pkg/initializing-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ https://checkout.paycom.uz/bT01ZTczMGU4ZTBiODUyYTQxN2FhNDljZWI7YWMub3JkZXItaWQ9O
| Argument | Type | Description |
|--------------|---------|----------------------------------------------------------------------------------------------------------------------------------|
| order_id | str | _Required_. The order_id for paying |
| amount | Decimal | _Required_. The amount belong to the order |
| amount | Decimal | _Required_. The amount belong to the order. **Indicated in tiyins** |
| callback_url | str | _Optional_. The merchant api callback url to redirect after payment. By default, it takes PAYME_CALL_BACK_URL from your settings |

### Methods
Expand Down
2 changes: 1 addition & 1 deletion docs/src/ru/payme-pkg/initializing-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ https://checkout.paycom.uz/bT01ZTczMGU4ZTBiODUyYTQxN2FhNDljZWI7YWMub3JkZXItaWQ9O
| Аргумент | Тип | Описание |
|--------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
| order_id | str | _Oбязательный_. ID заказа для оплаты |
| amount | Decimal | _Oбязательный_. Сумма принадлежит заказу |
| amount | Decimal | _Oбязательный_. Сумма принадлежит заказу. **Указывается в тийинах** |
| callback_url | str | _Необязательный_. URL обратного вызова API продавца, который будет перенаправлен после оплаты. По умолчанию требуется PAYME_CALL_BACK_URL из ваших настроек. |

### Методы
Expand Down
2 changes: 1 addition & 1 deletion docs/src/uz/payme-pkg/initializing-payments.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ https://checkout.paycom.uz/bT01ZTczMGU4ZTBiODUyYTQxN2FhNDljZWI7YWMub3JkZXItaWQ9O
| Argument | Turi | Izoh |
|--------------|---------|------------------------------------------------------------------------------------------------------------------------------------------------|
| order_id | str | _Majburiy_. To'lanadigan buyurtmaning ID'si |
| amount | Decimal | _Majburiy_. Buyurtmaning miqdori |
| amount | Decimal | _Majburiy_. Buyurtmaning miqdori. **Tiyinlarda ko'rsatilgan** |
| callback_url | str | _Ixtiyoriy_. Merchant API uchun to'lovdan keyingi yo'naltiriladigan link. Birlamchi holatda loyiha sozlamalaridan PAYME_CALL_BACK_URL ni oladi |

### Metodlari
Expand Down