Projekt

Allgemein

Profil

GX-Bug #45146 » NoCustomersStatusImageFix.patch

/system/classes/checkout/CheckoutProcessProcess.inc.php - Till Tepelmann, 16.02.2016 13:31

Unterschiede anzeigen:

src/system/classes/checkout/CheckoutProcessProcess.inc.php (revision )
733 733
		
734 734
		$customerStatusInfo = MainFactory::create('CustomerStatusInformation',
735 735
		                                          new IdType($_SESSION['customers_status']['customers_status_id']),
736
		                                          new StringType($_SESSION['customers_status']['customers_status_name']),
737
		                                          new StringType($_SESSION['customers_status']['customers_status_image']),
736
		                                          new StringType((string)$_SESSION['customers_status']['customers_status_name']),
737
		                                          new StringType((string)$_SESSION['customers_status']['customers_status_image']),
738 738
		                                          $this->_getDiscount(), $isGuest);
739 739
		
740 740
		return $customerStatusInfo;
    (1-1/1)