Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AuthorizeNet/sdk-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zencart/authorizenet-sdk-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 224 files changed
  • 4 contributors

Commits on Dec 7, 2019

  1. Fix parent:: usage

    vkhramtsov committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    ef297d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd379a4 View commit details
    Browse the repository at this point in the history
  3. Add modern php versions

    vkhramtsov committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    19f0bf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d26e010 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Replace UTF-8 non-breakable space (0xC2A0) with 0x20 (ASCII space)

    390
    
    Using a non-breakable space "sticks" to is_object() function name and becomes a part thereof, causing the latter to be undefined function call.
    Artyom "Arty" Kamshilin committed May 20, 2020
    Configuration menu
    Copy the full SHA
    494d09c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Merge pull request #1 from vkhramtsov/bugfix-remove-parent-call-when-…

    …class-does-not-have-parent
    
    Bugfix remove parent call when class does not have parent
    drbyte authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    bc39249 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from arkamax2k/bugfix/correct-non-breakable-space

    Replace UTF-8 non-breakable space (0xC2A0) with 0x20 (ASCII space) #390
    drbyte authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    1e648a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4373436 View commit details
    Browse the repository at this point in the history
Loading