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

Add support for adaptive payments #12

Closed
wants to merge 21 commits into from

Commits on Jan 31, 2013

  1. Configuration menu
    Copy the full SHA
    561bf3b View commit details
    Browse the repository at this point in the history
  2. Add support for adaptive payments "Pay" operation

    Including example sandbox views
    codeinthehole committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    d096481 View commit details
    Browse the repository at this point in the history
  3. Add adaptive guide

    codeinthehole committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    af2ca26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fc3325 View commit details
    Browse the repository at this point in the history
  5. The transaction model now records the total amount of the request

    Just for audit really.  It makes creating the order source easier later
    on when placing an order.
    codeinthehole committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    e9e3f39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95f44de View commit details
    Browse the repository at this point in the history
  7. Correct handling of receiver amounts

    Turns out that the primary receiver amount must be the total for the
    entire transaction, covering both the secondary amounts.
    codeinthehole committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    5ed3261 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2013

  1. Configuration menu
    Copy the full SHA
    42ae4ff View commit details
    Browse the repository at this point in the history

Commits on May 13, 2013

  1. Add support for parallel payments

    By default, only chained payment was taken into account with the is_primary parameter giving the total amount for the order.
    jmaupetit authored and codeinthehole committed May 13, 2013
    Configuration menu
    Copy the full SHA
    a092b4d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2013

  1. Merge branch 'master' into feature/adaptive-payments

    Conflicts:
    	paypal/base.py
    	sandbox/apps/checkout/views.py
    	sandbox/settings.py
    	sandbox/templates/checkout/payment_details.html
    codeinthehole committed Aug 19, 2013
    Configuration menu
    Copy the full SHA
    05a6218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b867946 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c638e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99c0bee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79d1ff2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcb320e View commit details
    Browse the repository at this point in the history
  7. Correct breadcrumb href

    codeinthehole committed Aug 19, 2013
    Configuration menu
    Copy the full SHA
    34dbaf8 View commit details
    Browse the repository at this point in the history
  8. Support Oscar 0.4.x

    codeinthehole committed Aug 19, 2013
    Configuration menu
    Copy the full SHA
    3d692c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2014

  1. Add support for python2.6

    Tilley committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    aa3d7a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2014

  1. Merge branch 'master' into feature/adaptive-payments

    Conflicts:
    	README.rst
    	sandbox/apps/checkout/views.py
    	sandbox/templates/checkout/payment_details.html
    	setup.py
    Tilley committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    fdf10b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d70c3 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'master' into feature/adaptive-payments"

    This reverts commit fdf10b0, reversing
    changes made to aa3d7a0.
    
    Conflicts:
    	README.rst
    Tilley committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    881aa99 View commit details
    Browse the repository at this point in the history