Subversion Repositories cheapmusic

Rev

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

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