Commit 54ba385
authored
Fixed missing toast after gift-to-paid upgrade in Portal (#27643)
closes https://linear.app/ghost/issue/BER-3477
- Gift members upgrading to paid via Portal got no success toast after
Stripe checkout
- Fixed by building the success URL with `?stripe=success`, mirroring
the cancel URL just above. No backend change.1 parent 9808e7d commit 54ba385
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
562 | 565 | | |
563 | 566 | | |
564 | 567 | | |
565 | 568 | | |
566 | 569 | | |
567 | 570 | | |
568 | 571 | | |
569 | | - | |
| 572 | + | |
570 | 573 | | |
571 | 574 | | |
572 | 575 | | |
| |||
0 commit comments