Skip to content

Commit

Permalink
fix: generate_link() amount argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ChogirmaliYigit committed Nov 27, 2023
1 parent 7d1495c commit cad4ee9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit cad4ee9

Please sign in to comment.