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