paymentGateway = $paymentGateway; } public function process($order){ $this->paymentGateway->pay($order); } }