code = $code; } /** * @inheritdoc */ public function getCode(OrderPaymentInterface $orderPayment) { return $this->code; } }