Skip to content

Commit

Permalink
Merge pull request #165 from pt-kompas-media-nusantara/feature/88115-…
Browse files Browse the repository at this point in the history
…change-max-quota

88115 - OT - change metered paywall max quota
  • Loading branch information
codebayu authored Nov 3, 2023
2 parents 1e5b232 + d555821 commit 27df7f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kompasid/web-components",
"version": "v1.7.4",
"version": "v1.7.5",
"description": "Kompas.id reusable web components",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/kid-metered-paywall/kid-metered-paywall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class KidMeteredPaywall {
/**
* state maxQuota untuk menghandle maksimal artikel yang user bisa baca.
*/
@State() maxQuota: number = 5
@State() maxQuota: number = 3
/**
* state subscriptionUrl untuk memberikan link kemana user akan dialihkan.
*/
Expand Down

0 comments on commit 27df7f0

Please sign in to comment.