1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

Update RetailCrmService.php

This commit is contained in:
DmitreyZl 2020-09-08 18:03:35 +03:00 committed by GitHub
parent 8eae088d47
commit f29a92ebf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}