Аdd priceWithDiscount
to billing info
This commit is contained in:
commit
8b136b075b
@ -27,6 +27,14 @@ class BillingInfo
|
|||||||
*/
|
*/
|
||||||
public $price;
|
public $price;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var float
|
||||||
|
*
|
||||||
|
* @JMS\Type("float")
|
||||||
|
* @JMS\SerializedName("priceWithDiscount")
|
||||||
|
*/
|
||||||
|
public $priceWithDiscount;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \RetailCrm\Api\Model\Entity\Integration\Currency
|
* @var \RetailCrm\Api\Model\Entity\Integration\Currency
|
||||||
*
|
*
|
||||||
|
@ -164,7 +164,8 @@ EOF;
|
|||||||
"success": true,
|
"success": true,
|
||||||
"info": {
|
"info": {
|
||||||
"billingInfo": {
|
"billingInfo": {
|
||||||
"price": 0,
|
"price": 2,
|
||||||
|
"priceWithDiscount": 1,
|
||||||
"currency": {
|
"currency": {
|
||||||
"name": "Рубль",
|
"name": "Рубль",
|
||||||
"shortName": "руб.",
|
"shortName": "руб.",
|
||||||
|
Loading…
Reference in New Issue
Block a user