0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
Fabien O'Carroll d4f71ade11 Added support for dynamic stripe checkout redirects
no-issue

You can now use `data-members-success` and `data-members-cancel` on any
element which also has a valid `data-members-plan` attribute to set the
cancel and success redirects for stripe checkout.

The value will be used similar to how a `href` attribute would be.

e.g.

On a page https://site.com/membership

An attribute of "/success" would redirect to https://site.com/success
An attribute of "success" would redirect to https://site.com/membership/success
An attribute of "https://site.com/whatever" would redirect to https://site.com/whatever
2019-10-03 17:36:33 +07:00
..
client@f1a795a856 Updated Ghost-Admin to 2.31.1 2019-09-23 17:13:25 +02:00
frontend Renamed @member.subscribed to @member.paid 2019-10-01 13:05:48 +07:00
server Added support for dynamic stripe checkout redirects 2019-10-03 17:36:33 +07:00
test Added members POST API (#11189) 2019-10-03 11:15:50 +02:00
index.js