config = $config; } /** * @inheritdoc */ public function isAvailable(): bool { if ($this->config->isVerify3DSecure()) { // Support of 3D secure not implemented for instant purchase yet. return false; } return true; } }