関数
SandboxSimulation::getCheckoutSessionSetSimCodeIfSandbox( array|null $requestheaders = null )
GetCheckoutSession
request headers if applicableパラメータ パラメータ
- $requestheaders
(配列|null) (任意) Default:
null
ファイル: src/API/SandboxSimulation.php
public function getCheckoutSessionSetSimCodeIfSandbox($requestheaders = null) { return $this->setSimCode($requestheaders, self::GET_CHECKOUT_SESSION_SIMCODE); }