UPS icon indicating copy to clipboard operation
UPS copied to clipboard

Function get_rate is not accessible from Ups() object

Open KoulSlou opened this issue 9 years ago • 0 comments

I was trying to run code from read.me but this link $rate = $Ups->get_rate($destination, $packages); returns NULL all the time.

It looks like get_rate function is not accessible from Ups object and you have to call it through rates property of the UPS object$Ups->rates->get_rate($packages);

Probably README example is just not updated?

`

KoulSlou avatar Apr 15 '15 03:04 KoulSlou