2023-01-15 16:36:05 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
finance/ruby-braintree: update to 4.10.0
4.10.0 (2023-01-11)
* Add billing_address attribute reader to ApplePayCard
* Add pre_dispute_program to Dispute and DisputeSearch
* Add AutoAccepted status to Dispute
* Add DisputeAutoAccepted webhook to WebhookNotification
* Add ExcessiveRetry to GatewayRejectionReason
* Add SEPADirectDebitAccount payment method
* Add sepa_direct_debit_return_code to Transaction
* Add sepa_direct_debit_account_details to Transaction
* Add sepa_direct_debit_account_nonce_details to PaymentMethodNonceDetails
* 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
|
2022-10-09 09:53:32 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
finance/ruby-braintree: update to 4.9.0
4.9.0 (2022-10-03)
* Add cardholder_name attribute reader to ApplePayCard (Thanks
@AxelTheGerman)
* Deprecate chargeback_protection_level and add protection_level to Dispute
and DisputeSearch
|
2022-08-26 17:36:33 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
finance/ruby-braintree: update to 4.8.0
4.8.0 (2022-07-25)
* Add ach_return_responses to Transaction for search results that search for
transaction that have ach return response related data.
* Add ach_return_responses_created_at range field to to TransactionSearch
* Add reason_code to TransactionSearch to search for reason codes on
transaction that have ach return responses associated with them.
* Add 'ExchangeRateQuoteAPI'
* Add LiabilityShift class and liability_shift field to RiskData
* Replace generic errors with api_error_response
4.7.0 (2022-04-01)
* Add AchReturnCode to transaction object
* Add retried boolean to Transaction
|
2022-03-06 10:00:43 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
finance/ruby-braintree: update to 4.6.0
4.6.0 (2022-02-17)
* Add PaymentMethodCustomerDataUpdated webhook notification support
|
2021-11-23 15:24:37 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
finance/ruby-braintree: update to 4.5.0
4.5.0 (2021-11-12)
* Add plan create/update/find API endpoint
* Add support for TransactionReview webhook notification
|
2021-10-26 12:26:13 by Nia Alarie | Files touched by this commit (119) |
Log message:
finance: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:54:03 by Nia Alarie | Files touched by this commit (119) |
Log message:
finance: Remove SHA1 hashes for distfiles
|
2021-06-03 16:44:21 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
finance/ruby-braintree: update to 4.1.0
4.1.0 (2021-05-25)
* Add payment_reader_card_details parameter to Transaction.sale
* Add webhook sample for GrantedPaymentMethodRevoked
* Add skip_advanced_fraud_checking to:
- Customer#create and Customer#update
- PaymentMethod#create and PaymentMethod#update
- CreditCard#create and CreditCard#update
* Include rexml in Gemspec (fixes #214)
* Fix incorrect error code constants (fixes #213)
- PaymentMethodNonceConsumed is now 93107
- CannotForwardPaymentMethodType is now 93106
4.0.0 (2021-05-10)
* Breaking Changes
- Update gemspec to require ruby >= 2.6.0
- Remove ExternalVault::CardTypeIsInvalid error code
- Remove RiskData::CustomerBrowserIsTooLong error code
- Remove paypal_vault_without_upgrade parameter from PaymentMethod#create
- Add PaymentMethodNonceDetails and PaymentMethodNonceDetailsPayerInfo
o PaymentMethodNonce#details is now an instance of
PaymentMethodNonceDetails rather than a hash
o PaymentMethodNonceDetails#payer_info is now an instance of
PaymentMethodNonceDetailsPayerInfo rather than a hash
* Add phone_number to Address
* Add paypal_messages to Dispute
* Add tax_identifiers parameter to Customer.create and Customer.update
* Add chargeback_protection_level into dispute search
* Make libxml-ruby an optional dependency instead of required (addresses
JRuby incompatibility issues raised in #203 and #205)
|
2021-05-04 17:20:44 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
finance/ruby-braintree: update to 3.4.0
3.4.0 (2021-04-12)
* Add local_payment_reversed webhook notification
* Add Transaction.adjust_authorization method to support for multiple
authorizations for a single transaction
* Add merchant_account_id parameter to Transaction#refund
* Add store_id and store_ids parameters to Transaction#search
* Add support for ActiveSupport::TimeWithZone when generating XML (thanks
@Tonkpils!)
|
2021-03-21 13:56:57 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
finance/ruby-braintree: update to 3.3.0
3.3.0 (2021-03-15)
* Add decision_reasons and transaction_risk_score fields to RiskData
* Add acs_transaction_id, pares_status, three_d_secure_transaction_id,
lookup, and authentication to ThreeDSecureInfo
|