Skip to content
Code-Schnipsel Gruppen Projekte
Commit 8d0975f7 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

Merge branch 'next' into 'master'

Next

See merge request !18
Übergeordnete 978aff96 bf7e2ec9
Keine zugehörigen Branchen gefunden
Tags 1.4.3
3 Merge Requests!43Update 'next-3.x' with latest changes from 'main',!32Add QUIQQER Tooling,!18Next
Pipeline-Nr. 4981 bestanden
......@@ -314,13 +314,12 @@ public function getShippingPriceFactor(
/**
* @param AbstractOrder $Order
* @return QUI\ERP\Products\Interfaces\PriceFactorInterface|null
* @return QUI\ERP\Products\Interfaces\PriceFactorInterface|QUI\ERP\Accounting\PriceFactors\Factor|null
*
* @deprecated use getShippingPriceFactor
*/
public function getShippingPriceFactorByOrder(
AbstractOrder $Order
): ?QUI\ERP\Products\Interfaces\PriceFactorInterface {
public function getShippingPriceFactorByOrder(AbstractOrder $Order)
{
QUI\System\Log::addNotice(
'Shipping->getShippingPriceFactorByOrder() is deprecated, use getShippingPriceFactor'
);
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren