Sfoglia il codice sorgente

patched commerce_license & commerce_pricelist routing definition

bach 2 anni fa
parent
commit
ef498f0826
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      composer.json

+ 6 - 0
composer.json

@@ -256,6 +256,12 @@
             "drupal/stripe": {
               "Stripe is a web service and should be in system.admin_config_services https://www.drupal.org/project/stripe/issues/3090652": "https://www.drupal.org/files/issues/2020-01-08/stripe-link_menu_in_services-3090652-5.patch"
             },
+            "drupal/commerce_license": {
+              "expected argument of type array or Traversable and ArrayAccess, string given https://www.drupal.org/project/commerce_license/issues/3252431":"https://www.drupal.org/files/issues/2021-12-03/commerce_license-expected-argument-of-type-array-3252431-1.patch"
+            },
+            "drupal/commerce_pricelist": {
+              "expected argument of type array or Traversable and ArrayAccess, string given":"./patches/price_list-routing-parameters.patch"
+            },
             "drupal/commerce_stripe" : {
               "Allow off_session payment intents for recurring payments https://www.drupal.org/project/commerce_stripe/issues/3171408": "https://www.drupal.org/files/issues/2021-10-04/commerce_stripe-allow-off_session-payment-intents-for-recurring-payments-3171408-34.patch"
             },