Displaying 1 result from an estimated 1 matches for "fedexorder".
2006 Feb 13
1
hackish error handling
...ould really love it
if someone could point me in the right direction to fixing these
mistakes. Everything i''m trying only seems to make the code uglier and
uglier.
def label
require ''fileutils''
require ''xmlsimple''
@submitted = params[:FedExOrder]
go = FedExOrder.new(params[:FedExOrder])
go.save
@fedex = Shipping::FedEx.new(
:name => @submitted[''name''],
:company => @submitted[''company''],
:phone => @submitted[''phone''],
:email => @submitted[...