浏览代码

Correctif Producer

refactoring
Guillaume 3 年前
父节点
当前提交
d5d1052b84
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      common/models/Producer.php

+ 1
- 1
common/models/Producer.php 查看文件

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

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

/**

正在加载...
取消
保存