Subversion Repositories cheapmusic

Rev

Rev 137 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 137 Rev 143
Line 230... Line 230...
230
                    "HandlingTime" => $handlingTime,
230
                    "HandlingTime" => $handlingTime,
231
                    "ShippingCost" => $shippingCost,
231
                    "ShippingCost" => $shippingCost,
232
                    "ShippingEstimated" => $shippingEstimated,
232
                    "ShippingEstimated" => $shippingEstimated,
233
                    "ShippingCurrency" => $shippingCurrency,
233
                    "ShippingCurrency" => $shippingCurrency,
234
                    "FreeShippingCap" => $freeShippingCap,
234
                    "FreeShippingCap" => $freeShippingCap,
235
                    "Show" => true
235
                    "Show" => true,
-
 
236
                    "Details" => ""
236
                );
237
                );
237
            }
238
            }
238
        }
239
        }
239
    }
240
    }
240
    // If the response does not indicate 'Success,' log the error(s)
241
    // If the response does not indicate 'Success,' log the error(s)