The NetBSD Project

CVS log for pkgsrc/finance/ruby-braintree/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / finance / ruby-braintree

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Nov 6 14:39:05 2024 UTC (8 days, 11 hours ago) by taca
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -4 lines
finance/ruby-braintree: update to 4.23.0

4.23.0 (2024-10-30)

* Add fail_on_duplicate_payment_method_for_customer option to

  - ClientToken
  - PaymentMethod
  - CreditCard

* Add blik_aliases to LocalPaymentCompleted webhook

* Deprecate samsung_pay_card

* Updated expiring pinned vendor SSL certificates

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Sep 22 05:48:35 2024 UTC (7 weeks, 4 days ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -4 lines
finance/ruby-braintree: update to 4.22.0

4.22.0 (2024-09-20)

* Add payer_name, bic and iban_last_chars to LocalPaymentCompleted webhook
* Add edit_paypal_vault_id to PayPalAccount
* Removes redundant integration test for provision_raw_apple_pay
* Add ani_first_name_response_code and ani_last_name_response_code to
  CreditCardVerification
* Add shipping_tax_amount to Tranaction

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jul 28 13:36:08 2024 UTC (3 months, 2 weeks ago) by taca
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -4 lines
finance/ruby-braintree: update to 4.21.0

4.21.0 (2024-07-23)

* Add foreign_retailer to Transaction
* Add international_phone to Address and Customer
* Add funding_source_description to PayPalAccount
* Add missing GooglePayCard error code
* Add REFUND_FAILED to Webhook Notification
* Add final_capture to Transaction _submit_for_partial_settlement_signature
* Deprecate paypal_tracking_id in favor of paypal_tracker_id in
  package_details.rb

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Apr 7 14:44:10 2024 UTC (7 months, 1 week ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4 lines
finance/ruby-braintree: update to 4.20.0

4.20.0 (2024-03-26)

* Deprecate credit method in credit_card and credit_card_gateway
* Deprecate sale method in credit_card and credit_card_gateway
* Add domains parameter support to ClientToken::generate

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Mar 10 15:08:12 2024 UTC (8 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4 lines
finance/ruby-braintree: update to 4.19.0

4.19.0 (2024-03-06)

* Add UnderReview status to Dispute
* Add DisputeUnderReview webhook to WebhookNotification
* Cleanup useless assignments in XML::Parser, Util, HTTP, Disbursement, and
  Configuration classes
* Fix issue where advanced searches using between were not correctly
  evaluating values larger than the minimum

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Feb 3 15:51:28 2024 UTC (9 months, 1 week ago) by taca
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 lines
finance/ruby-braintree: update to 4.18.0

4.17.0 (2023-12-19)

* Add PickupInStore to ShippingMethod enum
* Add external_vault and risk_data to CreditCardVerification create request

4.18.0 (2024-01-09)

* Add process_debit_as_credit to credit_card field in options field during
  Transaction create
* Add package_tracking method to transaction_gateway to make request to add
  tracking information to transactions
* Add packages to Transaction object
* Add image_url,upc_code, and upc_type to LineItems in transaction_gateway

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Nov 11 12:38:10 2023 UTC (12 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
finance/ruby-braintree: update to 4.16.0

4.16.0 (2023-11-08)

* Add meta_checkout_card and meta_checkout_token payment methods
* Add meta_checkout_card_details and meta_checkout_token_details to
  Transaction
* Add industry_data to Transaction.submit_for_settlement options
* Add dateOfBirth and countryCode parameters to
  Transaction.sale.industry.data
* Add billing_address and shipping_address to VenmoProfileData
* Add additional_processor_response to UsBankAccountVerification
* Add verification_add_ons to PaymentMethod create options for ACH
  NetworkCheck
* Add Maestro to DebitNetwork enum

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Sep 3 16:03:52 2023 UTC (14 months, 1 week ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
finance/ruby-braintree: update to 4.13.0

4.13.0 (2023-08-29)

* Add retry_ids array to Transaction
* Add retried_transaction_id string to Transaction
* Add merchant_token_identifier and source_card_last4 to ApplePayCard and
  ApplePayDetails response objects
* Add processing_overrides to Transaction.sale options
* Add arrival_date and ticket_issuer_address to industry object in
  Transaction and add industry to Transaction.submit_for_settlement

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Jun 6 13:53:14 2023 UTC (17 months, 1 week ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4 lines
finance/ruby-braintree: update to 4.12.0

4.12.0 (2023-05-31)

* Add merchant_advice_code and merchant_advice_code_text to Transaction
  object

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Apr 27 14:46:16 2023 UTC (18 months, 2 weeks ago) by taca
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
finance/ruby-braintree: update to 4.11.0

4.11.0 (2023-04-06)

* Add intended_transaction_source to CreditCardVerificationGateway
* Add payment_method_nonce to CreditCardVerificationGateway
* Add three_d_secure_authentication_id to CreditCardVerificationGateway
* Add three_d_secure_pass_thru to CreditCardVerificationGateway
* Add network_tokenization_attributes parameter to Transaction.sale
* Add network_token_details to Transaction.sale response
* Add is_network_tokenized to CreditCardDetails
* Add subscriptions to SepaDirectDebitAccount

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jan 15 15:36:05 2023 UTC (22 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Oct 9 07:53:31 2022 UTC (2 years, 1 month ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Aug 26 15:36:33 2022 UTC (2 years, 2 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Mar 6 09:00:43 2022 UTC (2 years, 8 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
finance/ruby-braintree: update to 4.6.0

4.6.0 (2022-02-17)

* Add PaymentMethodCustomerDataUpdated webhook notification support

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Nov 23 14:24:37 2021 UTC (2 years, 11 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
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

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:26:12 2021 UTC (3 years ago) by nia
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
finance: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:54:02 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
finance: Remove SHA1 hashes for distfiles

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Aug 22 14:53:40 2021 UTC (3 years, 2 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
finance/ruby-braintree: update to 4.4.0

4.2.0 (2021-06-21)

* Add default? to PaymentMethodNonce (thanks @klouvas)
* Add error code TaxAmountIsRequiredForAibSwedish for attribute tax_amount
  in transaction key for AIB:Domestic Transactions in Sweden

4.3.0 (2021-07-15)

* Add a log message to the ArgumentError at TransactionGateway.find
* Add exchange_rate_quote_id to Transaction.create
* Add error code ExchangeRateQuoteIdTooLong to Transaction
* Add the following fields to ApplePayCard and GooglePayCard:
	- commercial
	- debit
	- durbin_regulated
	- healthcare
	- payroll
	- prepaid
	- product_id
	- country_of_issuance
	- issuing_bank
* Add the following fields to PayPalDetails:
	- tax_id
	- tax_id_type

4.4.0 (2021-08-05)

* Sanitize encrypted_card_data logs
* Add LocalPaymentExpired and LocalPaymentFunded webhook notification
  support

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 3 14:44:21 2021 UTC (3 years, 5 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5 lines
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)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue May 4 15:20:44 2021 UTC (3 years, 6 months ago) by taca
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
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!)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Mar 21 12:56:57 2021 UTC (3 years, 7 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5 lines
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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 5 16:16:25 2021 UTC (3 years, 9 months ago) by taca
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
finance/ruby-braintree: update to 3.2.0

Changes from 2.13.1 are too many to write here, please refer
<https://github.com/braintree/braintree_ruby/blob/master/CHANGELOG.md>.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Nov 3 00:12:15 2015 UTC (9 years ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add SHA512 digests for distfiles for finance category

Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Dec 15 15:35:32 2011 UTC (12 years, 11 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Update ruby-braintree package to 2.13.1.

Changes are unknown.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Sep 12 14:53:17 2011 UTC (13 years, 2 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
Update ruby-braintree package to 2.11.0.

Changes are unknown.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Aug 13 01:03:43 2011 UTC (13 years, 3 months ago) by taca
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update finance/ruby-braintree package to 2.10.2.

Changes are unknown.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jun 19 08:12:10 2011 UTC (13 years, 5 months ago) by taca
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Importing ruby-braintree pacakge version 2.10.1.  It is requierd by new
ruby-activemerchant.

Ruby library for integrating with the Braintree Gateway.


Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 19 08:12:10 2011 UTC (13 years, 5 months ago) by taca
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>