Browse Source

Correctif Producer

refactoring
Guillaume 3 years ago
parent
commit
d5d1052b84
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/models/Producer.php

+ 1
- 1
common/models/Producer.php View File

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

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

/**

Loading…
Cancel
Save