Neur0toxine
804cbfac37
* corporate customers support * skip new payments without type * extract customer data from order for guests * extract customer phone and email from order for guests * set item discount to zero if no discount applies * create order from back-office * sync phone via history * fixed customer squashing * fixed createdAt crash * fixed customer id assigning & possible crash after errors in order creation
22 lines
511 B
JSON
22 lines
511 B
JSON
{
|
|
"name": "retailcrm/woocommerce-retailcrm",
|
|
"description": "Integration plugin for WooCommerce & RetailCRM",
|
|
"type": "wordpress-plugin",
|
|
"authors": [
|
|
{
|
|
"name": "RetailDriver LLC",
|
|
"email": "integration@retailcrm.ru"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"ext-simplexml": "*"
|
|
},
|
|
"require-dev": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-simplexml": "*",
|
|
"phpunit/phpunit": "6.*"
|
|
}
|
|
}
|