mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Fixed Offers not sending back currency
refs https://github.com/TryGhost/Team/issues/1083 Offers should send back their currency when they are for a fixed amount - this was missing that.
This commit is contained in:
parent
ff62a07142
commit
817b2a3b0b
@ -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.4",
|
||||
"@tryghost/members-offers": "0.3.5",
|
||||
"@tryghost/members-ssr": "1.0.14",
|
||||
"@tryghost/mw-session-from-token": "0.1.25",
|
||||
"@tryghost/nodemailer": "0.3.3",
|
||||
|
@ -1596,10 +1596,10 @@
|
||||
"@tryghost/tpl" "^0.1.3"
|
||||
moment-timezone "0.5.23"
|
||||
|
||||
"@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==
|
||||
"@tryghost/members-offers@0.3.5":
|
||||
version "0.3.5"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/members-offers/-/members-offers-0.3.5.tgz#0ce70dcec35f4e5191d68d9e26a81b9e06a6ae63"
|
||||
integrity sha512-MlgzYnVq/MzTgvKFw8r58hshBm20wGWeIZO54Al2oQ5tIlFeBjYc5IPfze5KYoBjcWNeIZG/0fOs7NFZmjc4gQ==
|
||||
dependencies:
|
||||
"@tryghost/string" "^0.1.20"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user