2024-11-18 11:39:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-braintree: updated to 4.31.0
4.31.0
Add fail_on_duplicate_payment_method_for_customer option to
ClientToken
PaymentMethod
CreditCard
Add blik_aliases to LocalPaymentCompleted webhook and LocalPaymentDetail
Deprecate samsung_pay_card
Updated expiring pinned vendor SSL certificates
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-07 14:39:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-braintree: updated to 4.30.0
4.30.0
Add payer_name, bic and iban_last_chars to LocalPaymentCompleted webhook
Add edit_paypal_vault_id to PayPalAccount
Add ani_first_name_response_code and ani_last_name_response_code to \
CreditCardVerification
Add shippingTaxAmount to Transaction
Add network_tokenization_attributes parameter to Transaction.sale
Add validation error code NetworkTokenizationAttributeCryptogramIsRequired to \
CreditCard
|
2024-07-24 08:45:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-braintree: updated to 4.29.0
4.29.0
Add foreign_retailer to Transaction
Add international_phone to Address and Customer
Add funding_source_description to PayPalAccount
Add missing AndroidPayCard error code
Add REFUND_FAILED to WebhookNotification.Kind
Add final_capture to Transaction submit_for_partial_settlement_signature
Deprecate paypal_tracking_id in favor of paypal_tracker_id in package_details
|
2024-04-08 16:28:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-braintree: updated to 4.28.0
4.28.0
Add domains parameter support to ClientToken.generate
|
2024-03-07 17:51:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-braintree: updated to 4.27.0
4.27.0
Add UnderReview status to Dispute
Add DisputeUnderReview to WebhookNotification.Kind
|
2024-01-12 14:20:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-braintree: updated to 4.26.0
4.26.0
Remove usage of standard library deprecated cgi module. Note: this will break \
integrations on versions of Python below 3.2. However, this is NOT a breaking \
change to this library, due to our current support of Python 3.5+.
Add PackageDetails class.
Add packages to Transaction attributes.
Add package_tracking method to TransactionGateway to make request to add \
tracking information to transactions.
Add process_debit_as_credit to credit_card field in options field during \
Transaction create.
Deprecate three_d_secure_token in favor of three_d_secure_authentication_id
Add upc_code, upc_type, and image_url to line_items in transaction
Deprecate venmo_sdk_session and venmo_sdk_payment_method_code
|
2024-01-05 21:23:01 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-braintree: updated to 4.25.0
4.25.0
Add PickupInStore to ShippingMethod enum
Add external_vault and risk_data to CreditCardVerification.create request
Add phone_number in CreditCard
Add debit_network to Transaction field
Add debit_network to TransactionSearch Request
Add DebitNetwork enum to CreditCard
|
2023-11-17 21:49:49 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-braintree: updated to 4.24.0
4.24.0
Add SubscriptionBillingSkipped to WebhookNotification.Kind
Add arrivalDate and ticketIssuerAddress to Transaction.sale request and industry \
data support for Transaction.submitForSettlement
Add date_of_birth and country_code to IndustryData params
Add MetaCheckoutCard, MetaCheckoutToken payment methods
Add MetaCheckoutCardDetails, MetaCheckoutTokenDetails to Transaction
Add verification_add_ons to PaymentMethod create options for ACH NetworkCheck
Fix unittest compatibility with Python 3.12
|
2023-10-12 17:33:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-braintree: updated to 4.23.0
4.23.0
Deprecate evidenceSubmittable in Dispute
Add missing escape calls in generator for:
list
bool
integer
datetime
|