Skip to content

Commit

Permalink
Merge pull request #296 from franzholz/develop
Browse files Browse the repository at this point in the history
restructuring
  • Loading branch information
franzholz authored Sep 24, 2024
2 parents 51e8ad5 + a4d49f8 commit 1ccb36f
Show file tree
Hide file tree
Showing 79 changed files with 4,989 additions and 3,525 deletions.
4 changes: 3 additions & 1 deletion Classes/Api/ActivityApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
use TYPO3\CMS\Core\SingletonInterface;
use TYPO3\CMS\Core\Utility\GeneralUtility;


class ActivityApi implements SingletonInterface
{
protected $subActivity = '0';
Expand Down Expand Up @@ -217,7 +218,8 @@ public function fixCountry($infoObj, $basketExtra, $conf): void
) {
$overwrite =
ControlApi::isOverwriteMode($infoArray);
$needsDeliveryAddress = \tx_ttproducts_control_basket::needsDeliveryAddresss($basketExtra);
$needsDeliveryAddress =
\tx_ttproducts_control_basket::needsDeliveryAddresss($basketExtra);
$infoObj->mapPersonIntoDelivery(
$basketExtra,
$overwrite,
Expand Down
Loading

0 comments on commit 1ccb36f

Please sign in to comment.