mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-03-30 11:40:11 +03:00
fixed bug in customer_create method
This commit is contained in:
parent
54e8807c2c
commit
43a8304aa9
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ class ControllerModuleRetailcrm extends Controller
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function customer_create($parameter1, $parameter2) {
|
public function customer_create($parameter1, $parameter2 = null) {
|
||||||
if($parameter2 != null)
|
if($parameter2 != null)
|
||||||
$customerId = $parameter2;
|
$customerId = $parameter2;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue