Skip to content

Commit 35b1988

Browse files
committed
Merge branch 'main' into fix_payment
2 parents 8774381 + ad623aa commit 35b1988

File tree

8 files changed

+16
-18
lines changed

8 files changed

+16
-18
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tdb-access-control-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb/terminusdb-access-control-component",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Table for terminusdb",
55
"main": "src/index",
66
"module": "es6/index",

packages/tdb-dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb-live/tdb-dashboard",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "react",
55
"homepage": "./",
66
"main": "src/index",

packages/tdb-dashboard/src/payment/CancelSubscription.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@ export const PaymentPage = ({showModal, setShowModal, tier}) => {
2222
<Card>
2323
<Card.Text className="justify-content-right">Subscription Details</Card.Text>
2424
<Stack direction="horizontal" gap={10} className="justify-content-end">
25-
<Card.Text>
26-
{props.subscriptionObj.title} <MdEuroSymbol /> {props.subscriptionObj.price} (Billed monthly)</Card.Text>
27-
</Stack>
28-
25+
<Card.Text><MdEuroSymbol />0</Card.Text>
26+
</Stack>
2927
<div className="d-flex justify-content-end mt-2">
3028
<Button onClick={props.closeModal} disabled={processing} variant="light" >Cancel</Button>
3129
<Button type={"submit"} disabled={processing || !enableSubmit || !stripe} className="ml-3">
32-
{processing ? "Processing…" : "Subscribe"}
30+
{processing ? "Processing…" : "Downgrade"}
3331
</Button>
3432
</div>
3533
<div className="d-flex justify-content-end mt-2">

packages/tdb-dashboard/src/payment/labels.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const PLANS_DESCRIPTION = [
3838
'10 Users',
3939
'10 Data Products',
4040
'5 Roles',
41-
'10,000 Documents limit',
41+
'10,000 Document limit',
4242
'100,000 API calls per month',
4343
'Unlimited Remote Sources'
4444
],
@@ -62,7 +62,7 @@ export const PLANS_DESCRIPTION = [
6262
'30 Users',
6363
'Unlimited Data Products',
6464
'5 Roles',
65-
'100,000 document limit',
65+
'100,000 Document limit',
6666
'1 million API calls per month',
6767
'Unlimited Remote Sources'
6868
],
@@ -83,7 +83,7 @@ export const PLANS_DESCRIPTION = [
8383
'Unlimited Users',
8484
'Unlimited Documents',
8585
'5 Roles',
86-
'10 million document limit',
86+
'10 million Document limit',
8787
'10 million API calls per month',
8888
'Unlimited Remote Sources'
8989
],

packages/tdb-documents-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb/terminusdb-documents-ui",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "SDK to build UI from terminusdb documents",
55
"main": "src/index.js",
66
"module": "es6/index",

packages/tdb-react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb-live/tdb-react-components",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "components tools for terminusdb",
55
"main": "src/index",
66
"module": "es6/index",

packages/tdb-react-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@terminusdb/terminusdb-react-table",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "Table for terminusdb",
55
"main": "src/index",
66
"module": "es6/index",

0 commit comments

Comments
 (0)