add CountryObjectGetter to ThankYouController

This commit is contained in:
2023-08-17 09:20:58 +02:00
parent e90aba2c55
commit a49c29d7aa
3 changed files with 27 additions and 1 deletions

View File

@ -24,4 +24,5 @@ namespace D3\GoogleAnalytics4\Modules\Application\Model{
namespace D3\GoogleAnalytics4\Modules\Application\Controller{
class BasketController_parent extends \OxidEsales\Eshop\Application\Controller\BasketController {}
class ThankYouController_parent extends \OxidEsales\Eshop\Application\Controller\ThankYouController {}
}