Skip to content

Commit 7c8c9cc

Browse files
committed
edit tests
1 parent 5749430 commit 7c8c9cc

File tree

2 files changed

+8
-29
lines changed

2 files changed

+8
-29
lines changed

config.json

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,22 @@
11
{
2-
"nodeAddress": "http://206.189.154.160:3000/",
2+
"nodeAddress": "https://api.subscrypt.io/",
33
"test": {
4-
"userAddress": "5HpG9w8EBLe5XCrbczpwq5TSXvedjrBGCwqxK1iQ7qUsSWFc",
5-
"providerAddress": "5GNJqTPyNqANBkUVMN1LPPrxXnFouWXoe2wNSmmEoLctxiZY",
4+
"userAddress": "5GpAVjP8rH5mNeUrd98YgP9AU3bAMMV5RPWzqwrwDh9qEHKy",
5+
"providerAddress": "5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym",
66
"passWord": "password",
77
"username": "user",
8-
"providerUsername": "provider",
8+
"providerUsername": "oxydev",
99
"plansData": [
1010
{
11-
"duration": "86,400,000",
12-
"price": "1,000,000",
13-
"max_refund_permille_policy": "100",
14-
"disabled": false
15-
},
16-
{
17-
"duration": "864,000,000",
18-
"price": "9,000,000",
19-
"max_refund_permille_policy": "150",
20-
"disabled": false
21-
},
22-
{
23-
"duration": "1,728,000,000",
24-
"price": "16,000,000",
11+
"duration": "7,776,000,000",
12+
"price": "1,000,000,000,000",
2513
"max_refund_permille_policy": "200",
2614
"disabled": false
2715
}
2816
],
2917
"plansCharacteristic": [
3018
[
31-
"plan0"
32-
],
33-
[
34-
"plan1_0",
35-
"plan1_1"
36-
],
37-
[
38-
"plan2_0",
39-
"plan2_1",
40-
"plan2_2"
19+
"email"
4120
]
4221
]
4322
}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = subscrypt
3-
version = 0.0.3
3+
version = 0.1.0
44
description = Python client for Subscrypt
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)