関数
SandboxSimulation::getCheckoutSessionSetSimCodeIfSandbox( array|null $requestheaders = null )
Appends sim code to 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); }