patched commerce_license & commerce_pricelist routing definition

This commit is contained in:
Bachir Soussi Chiadmi 2022-02-24 23:50:25 +01:00
parent 772cad7820
commit ef498f0826
1 changed files with 6 additions and 0 deletions

View File

@ -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"
},