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

Merge branch 'dev' into 'next'

fix: uncaught TypeError

See merge request !17
Übergeordnete 215b5405 8f30ac5d
Keine zugehörigen Branchen gefunden
Tags 1.3.0
2 Merge Requests!18Next,!17fix: uncaught TypeError
Pipeline-Nr. 4980 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