Jump to content

Edit History

be_tnt

be_tnt

Bonjour,

Si je ne me trompe pas, tu dois surcharger la classe CustomerFormatterCore - function getFormat comme suit:

 

    public function getFormat()
    {
	    $format = parent::getFormat();

	    // remove the customer account creation
	    unset($format['password']);

        return $format;
    }

 

bonne journée.

be_tnt

be_tnt

Bonjour,

Si je ne me trompe pas, tu dois surcharger la classe CustomerFormatter - function getFormat comme suit:

 

    public function getFormat()
    {
	    $format = parent::getFormat();

	    // remove the customer account creation
	    unset($format['password']);

        return $format;
    }

 

bonne journée.

×
×
  • Create New...