./finance/ruby-braintree, Braintree Gateway Ruby Client Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.20.0, Package name: ruby32-braintree-4.20.0, Maintainer: pkgsrc-users

Ruby library for integrating with the Braintree Gateway.


Master sites:

Filesize: 241.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-07 16:44:10 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
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
   2024-03-10 16:08:12 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
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
   2024-02-03 16:51:28 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
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
   2023-11-11 13:38:10 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
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
   2023-09-03 18:03:52 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
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
   2023-06-06 15:53:14 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
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
   2023-04-27 16:46:16 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
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
   2023-01-15 16:36:05 by Takahiro Kambe | Files touched by this commit (3) | Package updated
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