We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedc199 commit 45e5a06Copy full SHA for 45e5a06
src/Examples/getPaymentLink.php
@@ -26,7 +26,7 @@
26
// Установим Артикул
27
$product1->setSku('ball-05');
28
// Установим Стоимость за единицу
29
-$product1->setUnitPrice(500);
+$product1->setUnitPrice(10);
30
// Установим Количество
31
$product1->setQuantity(1);
32
// Установим НДС
@@ -36,7 +36,7 @@
36
$product2 = new Product([
37
'name' => 'Оранжевый Круг',
38
'sku' => 'toy-15',
39
- 'unitPrice' => 160000,
+ 'unitPrice' => 2,
40
'quantity' => 3,
41
'vat' => 0,
42
]);
0 commit comments