mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Removed handling of invoice.payment_failed webhook
refs https://github.com/TryGhost/Team/issues/885 This webhook was not used to populate data, and was causing 404's when checkout sessions were completed, but payment had failed. Removing it should fix these 404's.
This commit is contained in:
parent
bccc8790f0
commit
960828b646
2 changed files with 5 additions and 5 deletions
|
@ -79,7 +79,7 @@
|
|||
"@tryghost/limit-service": "0.6.5",
|
||||
"@tryghost/logging": "0.2.2",
|
||||
"@tryghost/magic-link": "1.0.14",
|
||||
"@tryghost/members-api": "2.5.0",
|
||||
"@tryghost/members-api": "2.6.0",
|
||||
"@tryghost/members-csv": "1.1.8",
|
||||
"@tryghost/members-importer": "0.3.4",
|
||||
"@tryghost/members-offers": "0.10.1",
|
||||
|
|
|
@ -1529,10 +1529,10 @@
|
|||
"@tryghost/domain-events" "^0.1.3"
|
||||
"@tryghost/member-events" "^0.3.1"
|
||||
|
||||
"@tryghost/members-api@2.5.0":
|
||||
version "2.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-2.5.0.tgz#6d3378c69f3134a328f9f154e4102c87f8ad5bb1"
|
||||
integrity sha512-VKVc9N5/ikBz5HIqwSa1oOVOEJp+1PVrw/DDZGurGNwIGuMIiA64ynBxutICzQ3LgH8E3AxDWdqZhd/cOkNlNg==
|
||||
"@tryghost/members-api@2.6.0":
|
||||
version "2.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-2.6.0.tgz#910398f53d0b13088982440d4a961a9d01566708"
|
||||
integrity sha512-xVZr62kQJozOm4BMVboaweMJMXnmUhtLHgnLAmBZzyk62JViv7n6czp8frn/FZkBLWqyijNHxfhcmueOX0tJcg==
|
||||
dependencies:
|
||||
"@tryghost/debug" "^0.1.2"
|
||||
"@tryghost/domain-events" "^0.1.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue