mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Wired up MemberProductEvents to member product changes
refs https://github.com/TryGhost/Team/issues/873 This version of @tryghost/members-api handles creating MemberProductEvents when a member is created, updated or has their subscription updated. This populates the members_product_events table and can be used to determine when a member was given access to a product, which is useful with the concept of comped access to a product, where we do not have a subscription as a record.
This commit is contained in:
parent
2ed9529fa0
commit
3a6e71a2b6
2 changed files with 5 additions and 5 deletions
|
@ -73,7 +73,7 @@
|
|||
"@tryghost/limit-service": "0.6.1",
|
||||
"@tryghost/logging": "0.1.5",
|
||||
"@tryghost/magic-link": "1.0.10",
|
||||
"@tryghost/members-api": "1.25.2",
|
||||
"@tryghost/members-api": "1.26.0",
|
||||
"@tryghost/members-csv": "1.1.5",
|
||||
"@tryghost/members-importer": "0.3.0",
|
||||
"@tryghost/members-ssr": "1.0.11",
|
||||
|
|
|
@ -908,10 +908,10 @@
|
|||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/members-api@1.25.2":
|
||||
version "1.25.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.25.2.tgz#b9e0150dad7b3dce66e7cc202de810e2598a771e"
|
||||
integrity sha512-/zcOxNtgxw2mLj6+X8XI0iw4/DS64H/3qhXLKXiiu1ySL6ea5pK8TsvMx06jVCDu9thUzj1NHitCi3tPbYkZ9Q==
|
||||
"@tryghost/members-api@1.26.0":
|
||||
version "1.26.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.26.0.tgz#ad4d02df3718d3a7956f72bf8ba98a40e7b999bd"
|
||||
integrity sha512-/WqACOSfeZVZYjQRttEh18HsAUw6O3GVXxl+fRu9WkQHoii9RE3Q/nnT06h9jLMA33Fz5dzMUjz7Kwr9Y0XB9w==
|
||||
dependencies:
|
||||
"@tryghost/debug" "^0.1.2"
|
||||
"@tryghost/errors" "^0.2.9"
|
||||
|
|
Loading…
Add table
Reference in a new issue