0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed durations for coupons created for Offers

refs https://github.com/TryGhost/Team/issues/1083

Previously we were not forwarding the Offer duration to Stripe.
This commit is contained in:
Fabien O'Carroll 2021-10-07 19:03:05 +02:00
parent ab9fc8e848
commit 15466b33ee
2 changed files with 5 additions and 5 deletions

View file

@ -82,7 +82,7 @@
"@tryghost/members-api": "2.1.0",
"@tryghost/members-csv": "1.1.7",
"@tryghost/members-importer": "0.3.3",
"@tryghost/members-offers": "0.3.3",
"@tryghost/members-offers": "0.3.4",
"@tryghost/members-ssr": "1.0.14",
"@tryghost/mw-session-from-token": "0.1.25",
"@tryghost/nodemailer": "0.3.3",

View file

@ -1595,10 +1595,10 @@
"@tryghost/tpl" "^0.1.3"
moment-timezone "0.5.23"
"@tryghost/members-offers@0.3.3":
version "0.3.3"
resolved "https://registry.yarnpkg.com/@tryghost/members-offers/-/members-offers-0.3.3.tgz#2cb0d5d2ef4f64e889c07806dc607ec102ed8d69"
integrity sha512-TKiJBT5qbRoTmkti9Zl5LSpVf6WH9KmB1PTeG2/wrRDTkvrb8R87ndIn1A9j7wsxXGF2/xe2LoWAmS68ACSAQA==
"@tryghost/members-offers@0.3.4":
version "0.3.4"
resolved "https://registry.yarnpkg.com/@tryghost/members-offers/-/members-offers-0.3.4.tgz#64254ba47e23acab4a016d5934b85855f6d0c243"
integrity sha512-yE3JbzzF+70y1Msq4VJZEia2GGuAewh46IiQRwyAKVjwDFQ7QzeW6rdGvcqHXshDzV83n8XDLOGFBJfzKOPsIQ==
dependencies:
"@tryghost/string" "^0.1.20"