verbb / postie

A Craft Commerce shipping calculator plugin.
Other
12 stars 18 forks source link

When using multiple providers, only first provider's results are displayed #14

Closed keyurshah closed 4 years ago

keyurshah commented 4 years ago

Description

It seems that when I configure multiple providers, it only displays the shipping methods for the first enabled Provider on the cart page.

In my case I was configuring USPS and FedEx.

Steps to reproduce

  1. Add and configure 2 or more providers
  2. Enable providers
  3. Go to cart page and view shipping options
  4. Options displayed are for the first enabled provider

Additional info

my postie config file is as follows:

return [
    '*' => [
            'pluginName' => 'Postie',
            'hasCpSection' => false,
            'enableCaching' => false,
            'displayDebug' => false,
            'displayErrors' => false,
    ]
];

Thanks!

engram-design commented 4 years ago

Fixed in 2.1.0.