Skip to content

Commit

Permalink
Generating Python SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbucket-pipelines committed Jul 17, 2024
1 parent 7ca1444 commit 3bd23bd
Show file tree
Hide file tree
Showing 22 changed files with 110 additions and 210 deletions.
3 changes: 0 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ cashfree_pg/models/create_vendor_response.py
cashfree_pg/models/cryptogram_entity.py
cashfree_pg/models/customer_details.py
cashfree_pg/models/customer_details_cardless_emi.py
cashfree_pg/models/customer_details_response.py
cashfree_pg/models/customer_entity.py
cashfree_pg/models/discount_details.py
cashfree_pg/models/eligibility_cardless_emi_entity.py
Expand Down Expand Up @@ -306,7 +305,6 @@ docs/CreateVendorResponse.md
docs/CryptogramEntity.md
docs/CustomerDetails.md
docs/CustomerDetailsCardlessEMI.md
docs/CustomerDetailsResponse.md
docs/CustomerEntity.md
docs/CustomersApi.md
docs/DiscountDetails.md
Expand Down Expand Up @@ -554,7 +552,6 @@ test/test_create_vendor_response.py
test/test_cryptogram_entity.py
test/test_customer_details.py
test/test_customer_details_cardless_emi.py
test/test_customer_details_response.py
test/test_customer_entity.py
test/test_customers_api.py
test/test_discount_details.py
Expand Down
3 changes: 1 addition & 2 deletions cashfree_pg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "4.2.0"
__version__ = "4.2.1"

# import apis into sdk package
# import ApiClient
Expand Down Expand Up @@ -82,7 +82,6 @@
from cashfree_pg.models.cryptogram_entity import CryptogramEntity
from cashfree_pg.models.customer_details import CustomerDetails
from cashfree_pg.models.customer_details_cardless_emi import CustomerDetailsCardlessEMI
from cashfree_pg.models.customer_details_response import CustomerDetailsResponse
from cashfree_pg.models.customer_entity import CustomerEntity
from cashfree_pg.models.discount_details import DiscountDetails
from cashfree_pg.models.emi_offer import EMIOffer
Expand Down
Loading

0 comments on commit 3bd23bd

Please sign in to comment.