Path to this page:
./
finance/py-braintree,
Braintree Python Library
Branch: CURRENT,
Version: 4.24.0,
Package name: py311-braintree-4.24.0,
Maintainer: pkgsrc-usersThe Braintree Python library provides integration access to the Braintree
Gateway.
Required to run:[
devel/py-setuptools] [
devel/py-requests] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 91.426 KB
Version history: (Expand)
- (2023-11-19) Updated to version: py311-braintree-4.24.0
- (2023-10-12) Updated to version: py311-braintree-4.23.0
- (2023-08-30) Updated to version: py311-braintree-4.22.0
- (2023-07-25) Updated to version: py310-braintree-4.21.0
- (2023-05-30) Updated to version: py310-braintree-4.20.0
- (2023-04-24) Updated to version: py310-braintree-4.19.0
CVS history: (Expand)
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
|
2023-08-30 15:04:19 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-braintree: updated to 4.22.0
4.22.0
Add processing_overrides to Transaction.sale options
|
2023-07-25 09:33:18 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-braintree: updated to 4.21.0
4.21.0
Add evidence_submittable to Dispute
Add merchant_token_identifier and source_card_last4 to ApplePayCard
Add a check for empty month and year before generating expiration_date in:
CrediCard
AndroidPayCard
ApplePayCard
SamsungPayCard
VisaCheckoutCard
Add retry_ids and retried_transaction_id to Transaction object
|
2023-05-30 10:56:09 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-braintree: updated to 4.20.0
4.20.0
Add merchant_advice_code and merchant_advice_code_text to Transaction object
Allow vaulting of raw AndroidPayCards with billing address via Customer.create/update
|
2023-04-24 17:26:08 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-braintree: updated to 4.19.0
4.19.0
Add intended_transaction_source to CreditCardVerification
Add three_d_secure_pass_thru to CreditCardVerification
Add payment_method_nonce to CreditCardVerification
Add three_d_secure_authentication_id to CreditCardVerification
Add support for subscriptions in SEPA direct debit accounts
|
2023-02-09 18:14:23 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-braintree: updated to 4.18.1
4.18.1
Fixup issue where request sessions weren't including proxy settings
|
2023-01-16 11:44:05 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-braintree: updated to 4.18.0
4.18.0
Replace nose usage for tests with unittest (Thanks @arthurzam)
Remove mock dev dependency (Thanks @arthurzam)
Add ExcessiveRetry to GatewayRejectionReason
Add pre_dispute_program to Dispute and DisputeSearch
Add AutoAccepted status to Dispute
Add DisputeAutoAccepted to WebhookNotification.Kind
Deprecate chargeback_protection_level and add protection_level to Dispute and \
DisputeSearch
Add shipping object to submit_for_settlement_signature
Add SEPADirectDebitAccount payment method
Add SEPADirectDebitAccount to transaction object
Add SEPA_DIRECT_DEBIT_ACCOUNT to PaymentInstrumentType
Add sepa_debit_paypal_v2_order_id to TransactionSearch
Add sepa_direct_debit_accounts to Customer
Add SEPA Direct Debit specific error codes
|