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: mfauveau/omnipay-pacnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: mfauveau/omnipay-pacnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 16, 2015

  1. Fix an issue where a failed void would present itself as Approved

    API oddness on Pacnet side...
    mfauveau committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    a677d4e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. getTransactionReference() shouldn't return TemplateNumber

    Can you tell I'm testing this in production? :)
    mfauveau committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    58465c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. Fix isSuccessful

    This is I believe a better fix to check if void is successful or not.
    As well, during recent tests we realized that it is possible that a Declined card could have no ErrorCode and be treated as a success because of the previous fix.
    mfauveau committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    bc05099 View commit details
    Browse the repository at this point in the history
  2. API inconsistency.

    Production mode doesn't behave the same as test mode.
    mfauveau committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    ca0bb29 View commit details
    Browse the repository at this point in the history
Loading