use Constants ergänzt
This commit is contained in:
@ -16,7 +16,7 @@ class ThankYouController extends ThankYouController_parent
|
||||
$oOrder = $this->getOrder();
|
||||
$sCountryId = $oOrder->getFieldData('oxbillcountryid');
|
||||
|
||||
/** @var Country $oCountry */
|
||||
/** @var Country::class $oCountry */
|
||||
$oCountry = oxNew(Country::class);
|
||||
$oCountry->load($sCountryId);
|
||||
|
||||
|
Reference in New Issue
Block a user