Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
franzholz committed Oct 12, 2024
1 parent a2ec77a commit 25f4fc9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion Classes/Api/ActivityApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public function init($codes = []): void
$payment = $parameterApi->getParameter('products_payment') || $parameterApi->getParameter('products_payment_x');

$gpVars = $parameterApi->getParameter(TT_PRODUCTS_EXT);
debug($gpVars, '$gpVars');

if (
!$update &&
Expand Down
3 changes: 3 additions & 0 deletions Resources/Private/Language/locallang_marker.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,9 @@
<trans-unit id="p_delivery_status" resname="p_delivery_status">
<source>Delivery status</source>
</trans-unit>
<trans-unit id="p_delivery_no" resname="p_delivery_no">
<source>No delivery.</source>
</trans-unit>
<trans-unit id="p_delivery_available_demand" resname="p_delivery_available_demand">
<source>No delivery at the moment.</source>
</trans-unit>
Expand Down
1 change: 0 additions & 1 deletion control/class.tx_ttproducts_main.php
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,6 @@ public function run(&$cObj, $pibaseClass, &$errorCode, $content = '', $bRunAjax
$control['pid'] = $GLOBALS['TSFE']->id;
tx_ttproducts_control_basket::writeControl($control);
}

$result = preg_replace('~(*ANY)\A\s*\R|\s*(?!\r\n)\s$~mu', '', $result);

$this->destruct();
Expand Down
1 change: 0 additions & 1 deletion view/class.tx_ttproducts_list_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -2924,7 +2924,6 @@ public function printView(
);
}

// $markerArray['###FORM_URL###']=$this->formUrl; // Applied later as well.
$addQueryString = [];
$addQueryString = $this->uidArray;
$this->getSearchParams($addQueryString);
Expand Down

0 comments on commit 25f4fc9

Please sign in to comment.