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

Support old-style basket for Sage integration #67

Merged
merged 12 commits into from
Aug 24, 2016
Merged

Support old-style basket for Sage integration #67

merged 12 commits into from
Aug 24, 2016

Commits on Aug 22, 2016

  1. Getter & Setter for "useOldBasketFormat" in Gateway

    Added getUseOldBasketFormat and setUseOldBasketFormat for "useOldBasketFormat" parameter in the DirectGateway class
    gthedev authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    a65dab6 View commit details
    Browse the repository at this point in the history
  2. Use old Basket field (instead of BasketXML) if required

    Added a conditional statement to check which version of basket to send (Basket (old) or BasketXML (newer))
    gthedev authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    edc3630 View commit details
    Browse the repository at this point in the history
  3. getItemDataNonXML() Added to AbstractRequest

    Used if old format of Basket field needs to bent with the request
    gthedev authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    1164e93 View commit details
    Browse the repository at this point in the history
  4. Setter & Getter for useOldBasketFormat in Request

    gthedev authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    608e676 View commit details
    Browse the repository at this point in the history
  5. AbstractRequest - getUseOldBasketFormat typo fix

    gthedev authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    a1ed759 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from gthedev/dev-old-basket-format

    Old basket format merge back to master
    gthedev authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    ba19412 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Added information about BasketXML & Basket fields
    gthedev authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    afa7371 View commit details
    Browse the repository at this point in the history
  8. Formatting

    gthedev authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    9ac0deb View commit details
    Browse the repository at this point in the history
  9. Formatting

    gthedev authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    34930c1 View commit details
    Browse the repository at this point in the history
  10. Formatting

    gthedev authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    99cd76e View commit details
    Browse the repository at this point in the history
  11. Fix linetotal being truncated

    Andrew Coates authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    91b59f5 View commit details
    Browse the repository at this point in the history
  12. Improve basket format description

    Andrew Coates authored and andy@digitickets.co.uk committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    b9434fc View commit details
    Browse the repository at this point in the history