Subversion Repositories cheapmusic

Rev

Rev 137 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 137 Rev 143
Line 142... Line 142...
142
                "HandlingTime" => $handlingTime,
142
                "HandlingTime" => $handlingTime,
143
                "ShippingCost" => $shippingCost,
143
                "ShippingCost" => $shippingCost,
144
                "ShippingEstimated" => $shippingEstimated,
144
                "ShippingEstimated" => $shippingEstimated,
145
                "ShippingCurrency" => $shippingCurrency,
145
                "ShippingCurrency" => $shippingCurrency,
146
                "FreeShippingCap" => $freeShippingCap,
146
                "FreeShippingCap" => $freeShippingCap,
147
                "Show" => true
147
                "Show" => true,
-
 
148
                "Details" => ""
148
            );
149
            );
149
        }
150
        }
150
    }
151
    }
151
    // If the response does not indicate 'Success,' log the error(s)
152
    // If the response does not indicate 'Success,' log the error(s)
152
    else {
153
    else {