logging
This commit is contained in:
parent
e89a0086df
commit
57a751536d
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ const shippingService = {
|
||||||
* @returns {Array} Processed shipping rates
|
* @returns {Array} Processed shipping rates
|
||||||
*/
|
*/
|
||||||
processShippingRates(rates, orderTotal) {
|
processShippingRates(rates, orderTotal) {
|
||||||
console.log("processShippingRates", rates, orderTotal)
|
console.log("processShippingRates", rates, orderTotal, config.shipping.carriersAllowed)
|
||||||
if (!rates || !Array.isArray(rates)) {
|
if (!rates || !Array.isArray(rates)) {
|
||||||
return this.getFlatRateShipping(orderTotal);
|
return this.getFlatRateShipping(orderTotal);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue