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: thephpleague/omnipay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: davelopware/omnipay
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.
  • 12 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 8, 2013

  1. Added getRequestTransactionId() to SagePay\Message\ServerCompleteAuth…

    …orizeRequest so that the receiving code can look up the right transactionReference and call setTransactionReference() before getData() is called as it needs the SecurityKey from the transactionReference to check the message signature
    Dave Amphlett committed Jul 8, 2013
    Configuration menu
    Copy the full SHA
    caf1bf5 View commit details
    Browse the repository at this point in the history
  2. working on token support for SagePay

    Dave Amphlett committed Jul 8, 2013
    Configuration menu
    Copy the full SHA
    a225120 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2013

  1. change composer package to damphlett/omnipay

    Dave Amphlett committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    1dadd83 View commit details
    Browse the repository at this point in the history
  2. tweak composer.json to explain this fork of adrianmacneil/omnipay is …

    …for inclusion in the WordPress OmniPay Payment Gateway Plugin by Davelopware
    Dave Amphlett committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    9891527 View commit details
    Browse the repository at this point in the history
  3. Added getRequestTransactionId() to SagePay\Message\ServerCompleteAuto…

    …rizeRequest
    
    So that the receiving code can look up the right transactionReference and call setTransactionReference() before getData() is called as it needs the SecurityKey from the transactionReference to check the message signature
    Dave Amphlett committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    37e3d3e View commit details
    Browse the repository at this point in the history
  4. added various access methods on SagePay\Message\ServerCompleteAuthori…

    …zeResponse to ease accessing the transaction infomation. Also includes comments explaining the contents of the fields, retyped from the 23 Aug 2011 version of the SagePay Server Protocol Integration Guidelines document
    Dave Amphlett committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    030e05f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev_to_core' into dev

    Dave Amphlett committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    c9c474a View commit details
    Browse the repository at this point in the history
  6. started trying to implement token system for SagePay

    Dave Amphlett committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    6cdcbfa View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dev_to_core' into dev

    Conflicts:
    	src/Omnipay/SagePay/Message/ServerCompleteCreateCardRequest.php
    	src/Omnipay/SagePay/Message/ServerCompleteCreateCardResponse.php
    	src/Omnipay/SagePay/Message/ServerCreateCardResponse.php
    Dave Amphlett committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    f3312ee View commit details
    Browse the repository at this point in the history
  8. last step of merge

    Dave Amphlett committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    7e4ba70 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc4b8d4 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'dev_to_core' into dev

    Dave Amphlett committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    53c23e5 View commit details
    Browse the repository at this point in the history
Loading