Issue #3498761: Update Commerce InPost Module for Drupal 11 Compatibility
Closes #3498761
-
commerce_inpost.info.yml: Added Drupal 11 to thecore_version_requirementvariable to enable compatibility with Drupal 11. -
js/init.js: Removed the deprecated$.typemethod. Reference: https://api.jquery.com/jQuery.type/ documentation. -
src/Plugin/Commerce/CheckoutPane/InPostPane.php: Added a summary of the selected pickup point after navigating back from the "Review" step to the "Shipment" step. Previously, users couldn't see the selected pickup point. Fixed a bug in thegetShippingProfilemethod related to theshipmentsproperty. -
templates/commerce-order--admin.html.twig: Removed a non-existent library reference from the Twig file.