This commit is contained in:
Bachir Soussi Chiadmi 2021-10-04 16:28:24 +02:00
parent 6d339bf7e1
commit 2337f6b55a
3 changed files with 10 additions and 2 deletions

View File

@ -206,7 +206,8 @@
"extra": {
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
"drupal/core": "-p2",
"drupal/commerce_stripe": "-p1"
},
"merge-plugin": {
"include": [
@ -244,6 +245,9 @@
"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_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"
},
"drupal/address": {
"Integrate Address with Search API https://www.drupal.org/project/address/issues/2812659": "https://www.drupal.org/files/issues/2020-11-02/integrate-address-searchapi-2812659-56.patch"
},

2
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0fb892377b0c7829e739fa693df15653",
"content-hash": "5b2c8a62c983719b2ae5e6c517482236",
"packages": [
{
"name": "alchemy/zippy",

View File

@ -1,5 +1,9 @@
{
"drupal/graphql": {
"Invalid translation language https://github.com/drupal-graphql/graphql/issues/1175": "./patches/graphql-fix-invalid-translation-language.patch"
},
"drupal/commerce_stripe": {
"Allow to retry payments after failure, including (re)authentication for offsession payments (SCA) https://www.drupal.org/project/commerce_recurring/issues/3172234": "https://www.drupal.org/files/issues/2021-03-19/3172234-commerce_recurring-retry-payments-40.patch",
"Optionally autosubmit the review pane to streamline UX https://www.drupal.org/project/commerce_stripe/issues/3171411": "https://www.drupal.org/files/issues/2021-06-07/commerce_stripe-review-autosubmit-3171411-34.patch"
}
}