Answer the question
In order to leave comments, you need to log in
Mercury 185f incotexkkm driver, why does it print a check with a total of 0.00?
open check
OpenCheck
[
'checkType' => 0,
'taxSystem' => 1,
'cashierInfo' => [
'cashierName' => 'фио',
'cashierINN' => 00000000000
]
]
[
'productName' => 'игрушка',
'qty' => 1,
'taxCode' => 6,
'price' => 10
]
[
'sendCheckTo' => '[email protected]',
'payment' => [
'ecash' => 10
]
]
Answer the question
In order to leave comments, you need to log in
Issue resolved.
parameter qty - 1pc = 10000
[
'productName' => 'игрушка',
'qty' => 10000,
'taxCode' => 6,
'price' => 10
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question