-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bitbucket-pipelines
committed
Jan 9, 2025
1 parent
9973def
commit 9a19e1b
Showing
8 changed files
with
97 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "cashfree_pg" | ||
version = "4.3.8" | ||
version = "4.3.10" | ||
description = "Cashfree Payment Gateway APIs" | ||
authors = ["API Support <[email protected]>"] | ||
license = "Apache 2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,12 +50,8 @@ def make_instance(self, include_optional): | |
resolved_at = '', | ||
dispute_status = 'DISPUTE_CREATED', | ||
cf_dispute_remarks = '', | ||
preferred_evidence = [ | ||
{"prefferred_evidence":[{"document_type":"Delivery/Service Proof","document_description":"Proof that the cardholder/customer received the goods or services."},{"document_type":"Statement of Service","document_description":"Account Statement of wallet where funds were loaded by customer."}]} | ||
], | ||
dispute_evidence = [ | ||
[{"document_id":18150,"document_name":"disputeSampleFile.pdf","document_type":"DeliveryProof"}] | ||
], | ||
preferred_evidence = {"prefferred_evidence":[{"document_type":"Delivery/Service Proof","document_description":"Proof that the cardholder/customer received the goods or services."},{"document_type":"Statement of Service","document_description":"Account Statement of wallet where funds were loaded by customer."}]}, | ||
dispute_evidence = [{"document_id":18150,"document_name":"disputeSampleFile.pdf","document_type":"DeliveryProof"}], | ||
order_details = {"order_id":"Load_test_0103_FGA4HF12AC","order_currency":"INR","order_amount":10.0,"cf_payment_id":1489901523,"payment_currency":"INR","payment_amount":10.0}, | ||
customer_details = {"customer_name":"Manideep Ellur","customer_phone":8281554863,"customer_email":"[email protected]"} | ||
) | ||
|