You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed the installation guide.
On latest version of laravel. Error: Call to undefined method Ptondereau\LaravelUpsApi\Facades\UpsRate::getRate()
Testing out the ; https://github.com/gabrielbull/php-ups-api#rate-class
The following classes are imported;
use Ptondereau\LaravelUpsApi\Facades\UpsRate;
use Ups\Entity\Address;
use Ups\Entity\Dimensions;
use Ups\Entity\Package;
use Ups\Entity\PackagingType;
use Ups\Entity\ShipFrom;
use Ups\Entity\Shipment;
use Ups\Entity\UnitOfMeasurement;
The text was updated successfully, but these errors were encountered:
Followed the installation guide.
On latest version of laravel.
Error: Call to undefined method Ptondereau\LaravelUpsApi\Facades\UpsRate::getRate()
Testing out the ; https://github.com/gabrielbull/php-ups-api#rate-class
The following classes are imported;
The text was updated successfully, but these errors were encountered: