Skip to content

Commit 59ba26d

Browse files
author
xendit-devx-bot
committed
Generated Xendit python SDK
1 parent 11a5edf commit 59ba26d

Some content is hidden

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

46 files changed

+53
-50
lines changed

README.md

Lines changed: 1 addition & 1 deletion

docs/invoice/EwalletType.md

Lines changed: 2 additions & 0 deletions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xendit-python"
3-
version = "6.3.0"
3+
version = "6.4.0"
44
description = "Xendit REST API Client for Python - Invoice, Payment Request, Payment Method, Refund, Balance, Transaction, Customer, and Payout Services https://xendit.github.io/apireference/"
55
authors = ["DevX Team <[email protected]>"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup, find_packages # noqa: H301
77

88
NAME = "xendit"
9-
VERSION = "6.3.0"
9+
VERSION = "6.4.0"
1010
# To install the library, run the following
1111
#
1212
# python setup.py install

xendit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77

8-
__version__ = "6.3.0"
8+
__version__ = "6.4.0"
99

1010
# import ApiClient
1111
from xendit.api_client import ApiClient

xendit/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7474

7575
# XENDIT headers
7676
self.default_headers['xendit-lib'] = 'python'
77-
self.default_headers['xendit-lib-ver'] = '6.3.0'
77+
self.default_headers['xendit-lib-ver'] = '6.4.0'
7878

7979
self.cookie = cookie
8080
# Set default User-Agent.
81-
self.user_agent = 'OpenAPI-Generator/6.3.0/python'
81+
self.user_agent = 'OpenAPI-Generator/6.4.0/python'
8282

8383
def __enter__(self):
8484
return self

xendit/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def to_debug_report(self):
365365
"OS: {env}\n"\
366366
"Python Version: {pyversion}\n"\
367367
"Version of the API: 1.70.0\n"\
368-
"SDK Package Version: 6.3.0".\
368+
"SDK Package Version: 6.4.0".\
369369
format(env=sys.platform, pyversion=sys.version)
370370

371371
def get_host_settings(self):

xendit/invoice/invoice_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
xendit-invoice-service descriptions # noqa: E501
55
6-
The version of the OpenAPI document: 1.8.8
6+
The version of the OpenAPI document: 1.9.0
77
"""
88

99
import re # noqa: F401

xendit/invoice/model/address_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.8.8
2+
The version of the XENDIT API: 1.9.0
33
"""
44

55

xendit/invoice/model/alternative_display_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
The version of the XENDIT API: 1.8.8
2+
The version of the XENDIT API: 1.9.0
33
"""
44

55

0 commit comments

Comments
 (0)