Skip to content

Commit 45e5a06

Browse files
author
Alexey Babak
committed
lower amount for tests
1 parent dedc199 commit 45e5a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Examples/getPaymentLink.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// Установим Артикул
2727
$product1->setSku('ball-05');
2828
// Установим Стоимость за единицу
29-
$product1->setUnitPrice(500);
29+
$product1->setUnitPrice(10);
3030
// Установим Количество
3131
$product1->setQuantity(1);
3232
// Установим НДС
@@ -36,7 +36,7 @@
3636
$product2 = new Product([
3737
'name' => 'Оранжевый Круг',
3838
'sku' => 'toy-15',
39-
'unitPrice' => 160000,
39+
'unitPrice' => 2,
4040
'quantity' => 3,
4141
'vat' => 0,
4242
]);

0 commit comments

Comments
 (0)