Update RetailCrmService.php
This commit is contained in:
parent
8eae088d47
commit
f29a92ebf1
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@ class RetailCrmService
|
|||
unset($order['delivery']['address']);
|
||||
unset($order['delivery']['data']);
|
||||
break;
|
||||
case "boxberry":
|
||||
unset($order['firstName']);
|
||||
unset($order['lastName']);
|
||||
unset($order['delivery']['address']);
|
||||
unset($order['delivery']['cost']);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue