This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Description
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 )