Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump globalpayments/php-sdk from 1.3.3 to 2.3.14 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 12, 2021

Bumps globalpayments/php-sdk from 1.3.3 to 2.3.14.

Release notes

Sourced from globalpayments/php-sdk's releases.

20210406 deployment

No release notes provided.

20210401 deployment

  • Adds support for Level-3 processing via Portico Gateway (Heartland)
  • Adds support for GP_API

20210323 deployment

No release notes provided.

Buildmaster 20210311 deployment

Propay support added

20210222 deployment

  • Fix compatibility with PHP 5.6 and lower
  • Improvements to 3DS handling

20210121 deployment

  • fix regex format error in CardUtils
  • update examples for compatibility with named gateway configs

20210121 deployment

  • fix issue with PHP 7.1 and prior

20210107 deployment

  • fixed an issue with RecurringPaymentMethod class on 2.1+

20210105 deployment

  • Corrects erroneous exceptions with GpEcomm/3dSecure
  • Makes tests compatible with 2.1 and up
  • Various updates and corrections to tests
  • Heartland Recurring: find() now only returns exact matches

20201112 deployment 2

  • Added support for sending developerId and versionNumber values with Heartland recurring payments (PayPlan)

20201112 deployment

  • support withClientTransactionId on a refund
  • improvements to RealEx / GpEcom gateway handling

20201105 Release

  • Updates to the way service configs are handled (named gateway configs)
  • Streamlines some recurring payments functionality w/Portico Gateway aka PayPlan

20201015 deployment

  • Adds support for TransIT gateway
  • Adds support for Auto-Substantiation w/Portico gateway

20201008 deployment

Add 'ClientTxnId' tag support for Portico Gateway transactions; this includes reversal by targeting 'ClientTxnId'

... (truncated)

Changelog

Sourced from globalpayments/php-sdk's changelog.

Changelog

Latest version

  • Add "paybybankapp" APM (GP-ECOM)
  • Add AVS missing mapping to response when creating a transaction (GP-API)
  • Refacto on enum classes (GP-API)
  • Update "entry_mode" functionality and add manual entry methods: MOTO, PHONE, MAIL (GP-API)
  • Add merchantId on GpApiConfig for partnership active

v2.3.13 (09/23/2021)

Bug Fixes:

  • Removed unwanted artefacts files

v2.3.12 (09/09/2021)

  • Add sanitize data

v2.3.11 (08/26/2021)

  • Add the amount and currency to hash generation (GP-ECOM)
  • Digital wallets unencrypted and encrypted for GP-API with Google Pay and Apple Pay:
    • sale
    • linked refund
    • reverse
  • GP-API ACH feature:
    • sale
    • refund
    • linked refund
    • reauthorize
  • Add recurring payment with stored credentials functionality to GP-API
  • Add unit tests for multi-config on GP-API
  • Add payment_method filter on report transaction
  • Add depositDate and depositReference mapping response for settlement disputes
  • Support findSettlementDisputes by deposit_id, from_deposit_time_created and to_deposit_time_created
  • Add optional parameters to tokenize() method
  • Add amount and currency to hash generation for Apple PAY (GP-ECOM)

v2.3.10 (08/19/2021)

  • Set Fraud Management Rules for GP-ECOM
  • Portico tokenization example update

... (truncated)

Commits
  • ca910d0 OctopusDeploy release: 2.3.14
  • 772327a OctopusDeploy release: 2.3.13
  • f49d0aa OctopusDeploy release: 2.3.12
  • 7fafe53 OctopusDeploy release: 2.3.11
  • 10f9e14 OctopusDeploy release: 2.3.10
  • aea2fc0 OctopusDeploy release: 2.3.9
  • 7b710dd OctopusDeploy release: 2.3.8
  • d54dd39 OctopusDeploy release: 2.3.7
  • 1329d11 OctopusDeploy release: 2.3.6
  • 5c63eb0 OctopusDeploy release: 2.3.5
  • Additional commits viewable in compare view

Dependabot compatibility score

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [globalpayments/php-sdk](https://github.com/globalpayments/php-sdk) from 1.3.3 to 2.3.14.
- [Release notes](https://github.com/globalpayments/php-sdk/releases)
- [Changelog](https://github.com/globalpayments/php-sdk/blob/master/CHANGELOG.md)
- [Commits](globalpayments/php-sdk@1.3.3...2.3.14)

---
updated-dependencies:
- dependency-name: globalpayments/php-sdk
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants