@newskit-render/core 4.37.8-alpha.0 → 4.37.9-alpha.0
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,14 @@
|
|
|
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.37.8](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.37.8-alpha.0...@newskit-render/core@4.37.8) (2024-10-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @newskit-render/core
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [4.37.7](https://github.com/newscorp-ghfb/ncu-newskit-render/compare/@newskit-render/core@4.37.7-alpha.0...@newskit-render/core@4.37.7) (2024-10-23)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @newskit-render/core
|
|
@@ -302,15 +302,6 @@ describe('Subscription and billing details for Paypal user', () => {
|
|
|
302
302
|
cy.get('[data-testid="paypal-icon"]').should('exist')
|
|
303
303
|
cy.contains('cmp.paypal.user.verified.test@news.co.uk')
|
|
304
304
|
})
|
|
305
|
-
|
|
306
|
-
it('Should show inline banner for Paypal subscription', () => {
|
|
307
|
-
cy.get('a[href="/account/payment"]').should('be.visible').click()
|
|
308
|
-
cy.contains(
|
|
309
|
-
'[data-testid="Zuora-inline"]',
|
|
310
|
-
'To update your Paypal credentials, please speak to one of our advisors on xxxx-xxx-xxxx or add a new payment method via credit/debit card using the form below.',
|
|
311
|
-
{ timeout: 15000 }
|
|
312
|
-
)
|
|
313
|
-
})
|
|
314
305
|
})
|
|
315
306
|
|
|
316
307
|
describe('Subscription and billing edit pages', () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/core",
|
|
3
|
-
"version": "4.37.
|
|
3
|
+
"version": "4.37.9-alpha.0",
|
|
4
4
|
"description": "Newskit Render - Core package",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@newskit-render/checkout": "^3.10.19",
|
|
48
48
|
"@newskit-render/feature-flags": "^1.10.0",
|
|
49
49
|
"@newskit-render/feed": "^1.8.13",
|
|
50
|
-
"@newskit-render/my-account": "^7.80.
|
|
50
|
+
"@newskit-render/my-account": "^7.80.1-alpha.0",
|
|
51
51
|
"@newskit-render/shared-components": "^4.34.0",
|
|
52
52
|
"@newskit-render/standalone-components": "^3.23.2",
|
|
53
53
|
"@newskit-render/validation": "^1.18.0",
|