Skip to content

Commit e288940

Browse files
committed
[Auto Generated] 1.4.16-beta.1
1 parent baf748c commit e288940

File tree

132 files changed

+16624
-18096
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+16624
-18096
lines changed

CHANGELOG.md

Lines changed: 1121 additions & 8548 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Get started with the python Development SDK for Fynd Platform
1414
### Usage
1515

1616
```bash
17-
pip install "git+https://github.com/gofynd/[email protected].15-beta.6#egg=fdk_client"
17+
pip install "git+https://github.com/gofynd/[email protected].16-beta.1#egg=fdk_client"
1818
```
1919

2020
Using this method, you can `import` fdk-client-python like so:

fdk_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.15-beta.6"
1+
__version__ = "1.4.16-beta.1"

fdk_client/application/ApplicationClient.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
from .filestorage.client import FileStorage
2121

22+
from .finance.client import Finance
23+
2224
from .lead.client import Lead
2325

2426
from .logistic.client import Logistic
@@ -48,6 +50,7 @@ def __init__(self, config):
4850
self.configuration = Configuration(config)
4951
self.content = Content(config)
5052
self.fileStorage = FileStorage(config)
53+
self.finance = Finance(config)
5154
self.lead = Lead(config)
5255
self.logistic = Logistic(config)
5356
self.order = Order(config)

fdk_client/application/cart/client.py

Lines changed: 185 additions & 78 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)