aligent / braintree-orocommerce

Braintree credit card gateway integration for OroCommerce
MIT License
0 stars 1 forks source link

Update braintree/braintree_php requirement from 6.4.* to 6.8.* #31

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on braintree/braintree_php to permit the latest version.

Changelog

Sourced from braintree/braintree_php's changelog.

6.8.0

  • Add retried to Transaction

6.7.0

  • Fix lint errors on unit test

6.6.0

  • Add PaymentMethodCustomerDataUpdated webhook notification support

6.5.1

  • Address PHP 8.1 Deprecation warnings

6.5.0

  • Add plan create/update/find API endpoint
  • Add TransactionReview webhook notification

6.4.1

  • Add exchangeRateQuoteId to Transaction.sale
  • Add error code EXCHANGE_RATE_QUOTE_ID_IS_TOO_LONG
  • Added the following fields to GooglePayCard and ApplePayCard:
    • commercial
    • debit
    • durbinRegulated
    • healthcare
    • payroll
    • prepaid
    • productId
    • countryOfIssuance
    • issuingBank
  • Add LocalPaymentExpired and LocalPaymentFunded webhook notification support

6.3.0

  • Add paymentReaderCardDetails parameter to Transaction.sale
  • Add error code TRANSACTION_TAX_AMOUNT_IS_REQUIRED_FOR_AIB_SWEDISH for attribute taxAmount in transaction key for AIB:Domestic transactions in Sweden.

6.2.0

  • Add chargebackProtectionLevel to Dispute and DisputeSearch
  • Add skipAdvancedFraudChecking to:
    • CreditCard.create and CreditCard.update
    • PaymentMethod.create and PaymentMethod.update

6.1.0

  • Add paypalMessages to Dispute
  • Fix bug where __isset methods in Instance and Base classes treated null value as set (Thanks @​sklodzio)
  • Add tax_identifiers parameter to Customer.create and Customer.update
  • Add webhook sample for GrantedPaymentMethodRevoked
  • Add sample webhook notifications for SUBSCRIPTION_EXPIRED, SUBSCRIPTION_CANCELED and SUBSCRIPTION_WENT_PAST_DUE (thanks @​antonvolokha)

6.0.0

  • Add LocalPaymentReversed webhook

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #37.