2021-07-16 08:41:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-braintree: updated to 4.11.0 4.11.0 Add exchange_rate_quote_id to Transaction.sale Add validation error code ExchangeRateQuoteIdIsTooLong to Transaction Add the following fields to ApplePayCard and AndroidPayCard: commercial debit durbin_regulated healthcare payroll prepaid product_id country_of_issuance issuing_bank Add error code Transaction.TaxAmountIsRequiredForAibSwedish for attribute \ tax_amount to handle validation for AIB:Domestic Transactions in Sweden |
2021-06-24 16:42:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-braintree: updated to 4.10.0 4.10.0 Add payment_reader_card_details parameter to Transaction.sale Add webhook sample for GrantedPaymentMethodRevoked Add chargeback_protection_level to DisputeSearch Add skip_advanced_fraud_checking to: PaymentMethod.create and PaymentMethod.update CreditCard.create and CreditCard.update |
2021-05-06 06:34:47 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-braintree: updated to 4.9.0 4.9.0 Add paypal_messages to Dispute Add tax_identifiers parameter to Customer.create and Customer.update |
2021-04-16 07:45:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-braintree: updated to 4.8.0 4.8.0 Add LocalPaymentReversed webhook Add store_id and store_ids to Transaction.search |
2021-04-05 21:49:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-braintree: updated to 4.7.0 4.7.0 Add merchant_account_id to Transaction.refund Add Transaction.adjust_authorization method to support for multiple \ authorizations for a single transaction |
2021-01-26 07:22:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-braintree: updated to 4.6.0 4.6.0 Add installments to Transaction requests Add count to installments Deprecate device_session_id and fraud_merchant_id in CreditCardGateway, \ CustomerGateway, PaymentMethodGateway, and TransactionGateway classes Add sca_exemption to Transaction.sale request |
2020-11-10 12:11:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-braintree: updated to 4.5.0 4.5.0 Add acquirer_reference_number to Transaction Deprecate recurring in Transaction sale requests |
2020-09-29 20:38:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-braintree: updated to 4.4.0 4.4.0 Deprecate masterpass_card and amex_checkout_card payment methods Fix issue where transaction.credit could not be called using a gateway object |
2020-08-03 15:44:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-braintree: updated to 4.3.0 4.3.0 Add validation error code Transaction.ProductSkuIsInvalid Add 'RiskThreshold' gateway rejection reason Add processed_with_network_token to Transaction Add is_network_tokenized to CreditCard |
2020-07-07 09:06:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-braintree: updated to 4.2.0 4.2.0 Add retrieval_reference_number to Transaction Add network_transaction_id to CreditCardVerification Add product_sku to Transaction Add customer_device_id, customer_location_zip, and customer_tenure to RiskData Add phone_number and shipping_method to Address Add validation error codes: Transaction.ShippingMethodIsInvalid Transaction.ShippingPhoneNumberIsInvalid Transaction.BillingPhoneNumberIsInvalid RiskData.CustomerBrowserIsTooLong RiskData.CustomerDeviceIdIsTooLong RiskData.CustomerLocationZipInvalidCharacters RiskData.CustomerLocationZipIsInvalid RiskData.CustomerLocationZipIsTooLong RiskData.CustomerTenureIsTooLong |