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 Jan 1, 2025
1 parent 45f2c53 commit 28f1187
Show file tree
Hide file tree
Showing 14 changed files with 422 additions and 107 deletions.
12 changes: 6 additions & 6 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ cashfree_pg/models/customer_details_response.py
cashfree_pg/models/customer_entity.py
cashfree_pg/models/demap_soundbox_vpa_request.py
cashfree_pg/models/discount_details.py
cashfree_pg/models/dispute_evidence.py
cashfree_pg/models/dispute_evidence_inner.py
cashfree_pg/models/disputes_entity.py
cashfree_pg/models/disputes_entity_merchant_accepted.py
cashfree_pg/models/eligibility_cardless_emi_entity.py
Expand Down Expand Up @@ -213,7 +213,7 @@ cashfree_pg/models/payment_webhook_error_entity.py
cashfree_pg/models/payment_webhook_gateway_details_entity.py
cashfree_pg/models/payment_webhook_order_entity.py
cashfree_pg/models/plan_entity.py
cashfree_pg/models/preferred_evidence.py
cashfree_pg/models/preferred_evidence_inner.py
cashfree_pg/models/rate_limit_error.py
cashfree_pg/models/recon_entity.py
cashfree_pg/models/recon_entity_data_inner.py
Expand Down Expand Up @@ -360,7 +360,7 @@ docs/CustomersApi.md
docs/DefaultApi.md
docs/DemapSoundboxVpaRequest.md
docs/DiscountDetails.md
docs/DisputeEvidence.md
docs/DisputeEvidenceInner.md
docs/DisputesApi.md
docs/DisputesEntity.md
docs/DisputesEntityMerchantAccepted.md
Expand Down Expand Up @@ -487,7 +487,7 @@ docs/PaymentWebhookGatewayDetailsEntity.md
docs/PaymentWebhookOrderEntity.md
docs/PaymentsApi.md
docs/PlanEntity.md
docs/PreferredEvidence.md
docs/PreferredEvidenceInner.md
docs/RateLimitError.md
docs/ReconEntity.md
docs/ReconEntityDataInner.md
Expand Down Expand Up @@ -646,7 +646,7 @@ test/test_customers_api.py
test/test_default_api.py
test/test_demap_soundbox_vpa_request.py
test/test_discount_details.py
test/test_dispute_evidence.py
test/test_dispute_evidence_inner.py
test/test_disputes_api.py
test/test_disputes_entity.py
test/test_disputes_entity_merchant_accepted.py
Expand Down Expand Up @@ -773,7 +773,7 @@ test/test_payment_webhook_order_entity.py
test/test_payments_api.py
test/test_pg_reconciliation_api.py
test/test_plan_entity.py
test/test_preferred_evidence.py
test/test_preferred_evidence_inner.py
test/test_rate_limit_error.py
test/test_recon_entity.py
test/test_recon_entity_data_inner.py
Expand Down
6 changes: 3 additions & 3 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.3.6"
__version__ = "4.3.7"

# import apis into sdk package
# import ApiClient
Expand Down Expand Up @@ -96,7 +96,7 @@
from cashfree_pg.models.customer_entity import CustomerEntity
from cashfree_pg.models.demap_soundbox_vpa_request import DemapSoundboxVpaRequest
from cashfree_pg.models.discount_details import DiscountDetails
from cashfree_pg.models.dispute_evidence import DisputeEvidence
from cashfree_pg.models.dispute_evidence_inner import DisputeEvidenceInner
from cashfree_pg.models.disputes_entity import DisputesEntity
from cashfree_pg.models.disputes_entity_merchant_accepted import DisputesEntityMerchantAccepted
from cashfree_pg.models.emi_offer import EMIOffer
Expand Down Expand Up @@ -215,7 +215,7 @@
from cashfree_pg.models.payment_webhook_gateway_details_entity import PaymentWebhookGatewayDetailsEntity
from cashfree_pg.models.payment_webhook_order_entity import PaymentWebhookOrderEntity
from cashfree_pg.models.plan_entity import PlanEntity
from cashfree_pg.models.preferred_evidence import PreferredEvidence
from cashfree_pg.models.preferred_evidence_inner import PreferredEvidenceInner
from cashfree_pg.models.rate_limit_error import RateLimitError
from cashfree_pg.models.recon_entity import ReconEntity
from cashfree_pg.models.recon_entity_data_inner import ReconEntityDataInner
Expand Down
Loading

0 comments on commit 28f1187

Please sign in to comment.