@newskit-render/core 4.53.9-db45f7167.7 → 4.54.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.54.1](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.54.0...@newskit-render/core@4.54.1) (2025-12-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @newskit-render/core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [4.54.0](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.53.8...@newskit-render/core@4.54.0) (2025-12-15)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **TMR-2961:** Enable edit payment for users with payment data ([#1922](https://github.com/newscorp-ghfb/ncu-newskit-render/issues/1922)) ([6b6a47e](https://github.com/newscorp-ghfb/ncu-newskit-render/commit/6b6a47ee71d8c7876939687371fe65c444af07d5))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [4.53.8](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.53.7...@newskit-render/core@4.53.8) (2025-12-11)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @newskit-render/core
|
|
@@ -191,29 +191,4 @@ describe('Cancellation page', () => {
|
|
|
191
191
|
)
|
|
192
192
|
})
|
|
193
193
|
})
|
|
194
|
-
|
|
195
|
-
it('Should show outstanding payment modal for user in payment failure', () => {
|
|
196
|
-
cy.GetTnlAcsSession('digitalCard')
|
|
197
|
-
cy.mockConsent()
|
|
198
|
-
cy.visitAndOverrideNextData(
|
|
199
|
-
'/account/subscription-and-billing',
|
|
200
|
-
'props.pageProps.user.paymentFailure',
|
|
201
|
-
paymentFailure
|
|
202
|
-
)
|
|
203
|
-
|
|
204
|
-
cy.get('a[href="/account/cancellation"]').should('be.visible').click()
|
|
205
|
-
|
|
206
|
-
cy.contains('You have outstanding payments')
|
|
207
|
-
cy.contains(
|
|
208
|
-
'If you wish to cancel your subscription update your payment details or speak to one of our advisors on XXXX-XXX-XXXX.'
|
|
209
|
-
)
|
|
210
|
-
cy.contains('Update payment details')
|
|
211
|
-
|
|
212
|
-
cy.get('[data-testid="centered-button"]').click()
|
|
213
|
-
|
|
214
|
-
cy.location().should((loc) => {
|
|
215
|
-
expect(loc.pathname).to.eq('/account/payment')
|
|
216
|
-
})
|
|
217
|
-
cy.contains('Edit your payment method')
|
|
218
|
-
})
|
|
219
194
|
})
|
package/cypress/support/users.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.54.1",
|
|
4
4
|
"description": "Newskit Render - Core package",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@newskit-render/checkout": "^3.13.10",
|
|
48
48
|
"@newskit-render/feature-flags": "^1.15.0",
|
|
49
49
|
"@newskit-render/feed": "^1.10.0",
|
|
50
|
-
"@newskit-render/my-account": "^7.
|
|
50
|
+
"@newskit-render/my-account": "^7.150.1",
|
|
51
51
|
"@newskit-render/shared-components": "^4.65.0",
|
|
52
52
|
"@newskit-render/standalone-components": "^3.27.10",
|
|
53
53
|
"@newskit-render/validation": "^1.22.1",
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"@types/pino-std-serializers": "2.4.1",
|
|
124
124
|
"@types/pino-pretty": "4.7.5"
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "e1fb3113962dfe72c6c782c301cfd42490cbf2d7"
|
|
127
127
|
}
|