Issue #3498761: Update Commerce InPost Module for Drupal 11 Compatibility

Closes #3498761

  • commerce_inpost.info.yml: Added Drupal 11 to the core_version_requirement variable to enable compatibility with Drupal 11.
  • js/init.js: Removed the deprecated $.type method. 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 the getShippingProfile method related to the shipments property.
  • templates/commerce-order--admin.html.twig: Removed a non-existent library reference from the Twig file.

Merge request reports

Loading