Skip to content

Commit

Permalink
edit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SaberDoTcodeR committed Sep 1, 2021
1 parent 5749430 commit 7c8c9cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
35 changes: 7 additions & 28 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,22 @@
{
"nodeAddress": "http://206.189.154.160:3000/",
"nodeAddress": "https://api.subscrypt.io/",
"test": {
"userAddress": "5HpG9w8EBLe5XCrbczpwq5TSXvedjrBGCwqxK1iQ7qUsSWFc",
"providerAddress": "5GNJqTPyNqANBkUVMN1LPPrxXnFouWXoe2wNSmmEoLctxiZY",
"userAddress": "5GpAVjP8rH5mNeUrd98YgP9AU3bAMMV5RPWzqwrwDh9qEHKy",
"providerAddress": "5Dyu5YxLufavjPg8vP31BhKs5xz8ncdkQcNdGwf5XtW4C9Ym",
"passWord": "password",
"username": "user",
"providerUsername": "provider",
"providerUsername": "oxydev",
"plansData": [
{
"duration": "86,400,000",
"price": "1,000,000",
"max_refund_permille_policy": "100",
"disabled": false
},
{
"duration": "864,000,000",
"price": "9,000,000",
"max_refund_permille_policy": "150",
"disabled": false
},
{
"duration": "1,728,000,000",
"price": "16,000,000",
"duration": "7,776,000,000",
"price": "1,000,000,000,000",
"max_refund_permille_policy": "200",
"disabled": false
}
],
"plansCharacteristic": [
[
"plan0"
],
[
"plan1_0",
"plan1_1"
],
[
"plan2_0",
"plan2_1",
"plan2_2"
"email"
]
]
}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = subscrypt
version = 0.0.3
version = 0.1.0
description = Python client for Subscrypt
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 7c8c9cc

Please sign in to comment.