From ef498f0826576fc6e4e131210933d14ca6771ece Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 24 Feb 2022 23:50:25 +0100 Subject: [PATCH] patched commerce_license & commerce_pricelist routing definition --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index a5c9b25..1ecc979 100644 --- a/composer.json +++ b/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" },