Subversion Repositories cheapmusic

Rev

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

Rev 136 Rev 143
Line 164... Line 164...
164
                "HandlingTime" => $handlingTime,
164
                "HandlingTime" => $handlingTime,
165
                "ShippingCost" => $shippingCost,
165
                "ShippingCost" => $shippingCost,
166
                "ShippingEstimated" => $shippingEstimated,
166
                "ShippingEstimated" => $shippingEstimated,
167
                "ShippingCurrency" => $shippingCurrency,
167
                "ShippingCurrency" => $shippingCurrency,
168
                "FreeShippingCap" => $freeShippingCap,
168
                "FreeShippingCap" => $freeShippingCap,
169
                "Show" => true
169
                "Show" => true,
-
 
170
                "Details" => ""
170
            );
171
            );
171
        }
172
        }
172
    }
173
    }
173
    // If the response does not indicate 'Success,' log the error(s)
174
    // If the response does not indicate 'Success,' log the error(s)
174
    else {
175
    else {