client->usesOAuth()) { $options["testmode"] = $this->mode === "test" ? \true : \false; } return $options; } /** * Apply the preset options. * * @param array $options * @return array */ protected function withPresetOptions(array $options) { return \array_merge($this->getPresetOptions(), $options); } }