mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-22 05:06:07 +03:00
fixed bug in customer_create method
This commit is contained in:
parent
54e8807c2c
commit
43a8304aa9
@ -102,7 +102,7 @@ class ControllerModuleRetailcrm extends Controller
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function customer_create($parameter1, $parameter2) {
|
||||
public function customer_create($parameter1, $parameter2 = null) {
|
||||
if($parameter2 != null)
|
||||
$customerId = $parameter2;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user