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
{{ message }}
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
in app/code/community/Meanbee/Royalmail/Model/Shipping/Carrier/Royalmail.php you have
foreach ($allowedMethods as $allowedMethod) {
foreach ($calculatedMethods as $methodItem) {
if ($allowedMethod[1] == $methodItem->shippingMethodNameClean) {
is that required ? I was testing with just a single loop
foreach ($calculatedMethods as $methodItem) {
and that seemed to produce the same results ? (Or are there cases where it wouldn't )