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

Checkout fixes #23

Closed
wants to merge 14 commits into from
Closed

Checkout fixes #23

wants to merge 14 commits into from

Commits on Mar 2, 2017

  1. Simplify gateway configuration

    Remove Sandbox URL config option.
    Always use Gateway URL config value.
    iugo-josh committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    d1c3c7b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. Change Merchant Number to Merchant ID

    fixes issue 6
    iugo-josh committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    13cb04f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee59af5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Add options to configure the branding of the plugin

    Fixes issue 4
    iugo-josh committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    5d8503e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beb8245 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Convert Merchant ID to plain text field

    Addresses feedback in issue #6
    iugo-josh committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    7771bac View commit details
    Browse the repository at this point in the history
  2. Send 'true' or 'false' text to Oxipay for x_test

    Addresses feedback on issue #16
    iugo-josh committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    1c064cc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

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

Commits on Mar 14, 2017

  1. Update checkout form as details are updated

    Changed the hidden form from being generated on the server side to
    be generated on the client side instead. Added event listeners to
    update the form as user details are modified.
    
    Added scope settings to allow branding configuration to be changed
    at the store level. Updated front end code to request data in the
    correct scope.
    
    Changes should fix issues #10, #17, #18 and #22.
    iugo-josh committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    042f4f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Restrict orders to specific countries

    Added the "Payment from Specific Countries" field to the config,
    restricted to only allow selction of AU and/or NZ. This is a
    built in Magento field that hides the payment option if a country
    outside of the selected values is set for shipping.
    Added error checking to stop orders from outside the selected
    countries. This is primarily for billing address, but also checks
    the shipping country in the cases where the magento logic fails.
    Improved error checking functionality and error display in the
    checkout.
    
    Fixes issue #8
    iugo-josh committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    e9d1185 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Remove test flag config option. Hard code test flag to false

    Addresses feedback on issue #16
    iugo-josh committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    3c49c76 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Configuration menu
    Copy the full SHA
    81130f1 View commit details
    Browse the repository at this point in the history
  2. Do not remove Oxipay payment option when outside of AU or NZ.

    Addresses feedback on issue #8
    iugo-josh committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    74381c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9828471 View commit details
    Browse the repository at this point in the history