Path to this page:
./
finance/py-braintree,
Braintree Python Library
Branch: CURRENT,
Version: 4.30.0,
Package name: py312-braintree-4.30.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: 93.688 KB
Version history: (Expand)
- (2024-10-07) Updated to version: py312-braintree-4.30.0
- (2024-07-24) Updated to version: py311-braintree-4.29.0
- (2024-04-08) Updated to version: py311-braintree-4.28.0
- (2024-03-07) Updated to version: py311-braintree-4.27.0
- (2024-01-12) Updated to version: py311-braintree-4.26.0
- (2024-01-05) Updated to version: py311-braintree-4.25.0
CVS history: (Expand)
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
|
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
|