logging
This commit is contained in:
parent
e4f4b3eac3
commit
e89a0086df
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +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)
|
||||||
if (!rates || !Array.isArray(rates)) {
|
if (!rates || !Array.isArray(rates)) {
|
||||||
return this.getFlatRateShipping(orderTotal);
|
return this.getFlatRateShipping(orderTotal);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue