riazsaid15 → created an issue.
Sorry, for the empty above #5 📌 Drupal 10 Compatibility Needs review patch attached one is the right patch.
In D10 using #4 📌 Drupal 10 Compatibility Needs review patch, the below error occurs when we checkout the order and proceed with the payment.
TypeError: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher::dispatch(): Argument #1 ($event) must be of type object, string given, called in /app/web/modules/contrib/commerce_fedex/src/Packer/CommerceFedExPacker.php on line 138 in Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch() (line 89 of core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php).
We need to change the symphony syntax change in dispatch.
After applying attach patch it removes upgrade_status errors and it is compatible with the drupal 10 upgrades.
riazsaid15 → created an issue.
#2 is working fine. Thanks for the quick solution.
Minor changes in the patch. If it receives a string or array it will work as expected
riazsaid15 → created an issue.