mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
Fixed errors when creating complimentary subscriptions
no-issue The ProductRepository changed to require the options parameter which is not passed when created complimentary subscriptions. This updates the code to no longer require the options parameter and instead provide a default.
This commit is contained in:
parent
90a4d369db
commit
dd2def277c
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.29.1",
|
||||
"@tryghost/members-api": "1.29.2",
|
||||
"@tryghost/members-csv": "1.1.5",
|
||||
"@tryghost/members-importer": "0.3.1",
|
||||
"@tryghost/members-ssr": "1.0.11",
|
||||
|
|
|
@ -947,10 +947,10 @@
|
|||
jsonwebtoken "^8.5.1"
|
||||
lodash "^4.17.15"
|
||||
|
||||
"@tryghost/members-api@1.29.1":
|
||||
version "1.29.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.29.1.tgz#62413298754e347886adcb6b112358a75cfcf804"
|
||||
integrity sha512-RSnACiDnTvxDyrT2IDjpOUjd36V6JN5RXo7CWyAoHraupgJK8UmuBJ/jFblMEp6vtY4IK0drfOdqWR/chBPNLg==
|
||||
"@tryghost/members-api@1.29.2":
|
||||
version "1.29.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-1.29.2.tgz#e5c01085482d490e5d703b7568105fccee7409da"
|
||||
integrity sha512-fCJytSDDflVGC20IpL+8YGrLL2Fb7AEYSIbPPt3vL4gDjh+6+2LGlhkGoYoj2EciLI1J1niT4pOave1fldxWQQ==
|
||||
dependencies:
|
||||
"@tryghost/debug" "^0.1.2"
|
||||
"@tryghost/errors" "^0.2.9"
|
||||
|
|
Loading…
Add table
Reference in a new issue