関数
SandboxSimulation::createRefundSetSimCodeIfSandbox( array|null $requestheaders = null )
CreateRefund
request headers if applicableCreateRefund
request headers if applicable (配列|null) (任意) Default: null
ファイル: src/API/SandboxSimulation.php
public function createRefundSetSimCodeIfSandbox($requestheaders = null) { return $this->setSimCode($requestheaders, self::CREATE_REFUND_SIMCODE); }
使用するアイテム #使用するアイテム | 説明 |
---|---|
src/API/SandboxSimulation.php: SandboxSimulation::setSimCode() | Appends simulation code key value pair to $requestheaders if in sandbox mode and the given $_ENV key is set. |