Explorar el Código

Correctif Producer

refactoring
Guillaume hace 3 años
padre
commit
d5d1052b84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/models/Producer.php

+ 1
- 1
common/models/Producer.php Ver fichero

@@ -733,7 +733,7 @@ class Producer extends ActiveRecordCommon

public function getPrivateKeyEndpointStripe()
{
return $this->getPrivateKeyEndpointStripe($this->getFilenamePrivateKeyEndpointStripe());
return $this->getPrivateKeyStripe($this->getFilenamePrivateKeyEndpointStripe());
}

/**

Cargando…
Cancelar
Guardar