How I am supposed to authenticate?
nicooga opened this issue · 1 comments
nicooga commented
I've been trying to authenticate to the API to get shipping rates, however I keep getting Fedex::RateError: Authentication Failed
. I'm using these credentials I got from fedex:
So to login:
fedex = Fedex::Shipment.new(
key: 'key',
password: 'the password I use to login to fedex (?)',
account_number: 'account_number',
meter: 'meter',
mode: 'development',
test: true # doesn't make any difference
)
I'm clueless, I'd appreciate any help.
nicooga commented
Ok this question was retarded, people should check their inbox when they are told "A confirmation email will be sent to you" :p.