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

Paydollar payment gateway integration #764

Closed
wants to merge 23 commits into from

Commits on May 15, 2013

  1. paydollar integration

    Sachin Shintre committed May 15, 2013
    Configuration menu
    Copy the full SHA
    ae31e38 View commit details
    Browse the repository at this point in the history
  2. Paydollar Integration

    Adding integration helper and notification files.
    Sachin Shintre committed May 15, 2013
    Configuration menu
    Copy the full SHA
    77c28e3 View commit details
    Browse the repository at this point in the history
  3. Removed unused currencies hash

    Sachin Shintre committed May 15, 2013
    Configuration menu
    Copy the full SHA
    a306896 View commit details
    Browse the repository at this point in the history
  4. Updated notifications class

    Changed the methods per the response from Paydollar
    Sachin Shintre committed May 15, 2013
    Configuration menu
    Copy the full SHA
    94a639b View commit details
    Browse the repository at this point in the history
  5. Minor comment change

    Sachin Shintre committed May 15, 2013
    Configuration menu
    Copy the full SHA
    b782d63 View commit details
    Browse the repository at this point in the history
  6. Adding unit test files

    Added files to test module, helper and notification
    Sachin Shintre committed May 15, 2013
    Configuration menu
    Copy the full SHA
    6b26800 View commit details
    Browse the repository at this point in the history
  7. Unit test - Paydollar module

    Fixed the test_notification_method
    Sachin Shintre committed May 15, 2013
    Configuration menu
    Copy the full SHA
    e461e57 View commit details
    Browse the repository at this point in the history
  8. Added readme for Paydollar

    This file contains code and usage details for Paydollar module.
    Sachin Shintre committed May 15, 2013
    Configuration menu
    Copy the full SHA
    e500160 View commit details
    Browse the repository at this point in the history
  9. Update README.PAYDOLLAR.md

    Saving with proper indentation
    Sachin Shintre committed May 15, 2013
    Configuration menu
    Copy the full SHA
    d2656e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2013

  1. Added comments and fixed indentation

    Added yard friendly comments and fixed indentation to have only spaces
    Sachin Shintre committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    37e317f View commit details
    Browse the repository at this point in the history
  2. Added comments and fixed indentation

    Added yard friendly comments and fixed indentation to have only spaces
    Sachin Shintre committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    43b64c4 View commit details
    Browse the repository at this point in the history
  3. Added notification processing

    Added notification processing and yard friendly comment
    Sachin Shintre committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    bc223de View commit details
    Browse the repository at this point in the history
  4. Modified test cases for notifications

    Modified the test cases to handle the notifications processing
    Sachin Shintre committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    9334091 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'paydollar' of https://github.com/shintre/active_merchant

    …into paydollar
    Sachin Shintre committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    0410514 View commit details
    Browse the repository at this point in the history
  6. Checking for existence of params['secureHash'] before calling upcase

    If the params['secureHash'] is nil then we don't want to try upcase
    Sachin Shintre committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    d67dcf0 View commit details
    Browse the repository at this point in the history
  7. Update README.PAYDOLLAR.md

    Added usage details for handling DataFeed via Notification
    Sachin Shintre committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    c6fd73c View commit details
    Browse the repository at this point in the history
  8. Minor text change

    Sachin Shintre committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    fe81cb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2013

  1. Specifying nokogiri version as 1.5.10

    The nokogiri version 1.6.0 and above do NOT support ruby 1.8.7.
    However, the code in active_merchant is expected to work with
    1.8.7. Hence, specifying the nokogiri version to be used.
    Sachin Shintre committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    02954be View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2013

  1. Using exact version of nokogiri as 1.5.9

    Some old files refer to version 1.5.9 so using this exact version
    Sachin Shintre committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    0d0e835 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2013

  1. Merge branch 'master' of https://github.com/shintre/active_merchant i…

    …nto paydollar
    Sachin Shintre committed Jul 10, 2013
    Configuration menu
    Copy the full SHA
    a12fd66 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2013

  1. Setting nokogiri version same as specified in the Shopify/active_merc…

    …hant/master/activemerchant.gemspec
    Sachin Shintre authored and Sachin Shintre committed Oct 7, 2013
    Configuration menu
    Copy the full SHA
    aa1f05c View commit details
    Browse the repository at this point in the history
  2. Deleted README.PAYDOLLAR.md, added README.Integration.md that talks a…

    …bout integration with active_merchant
    
    I liked Nathaniel Talbott's idea of having a generic document about integration with active_merchant.
    Sachin Shintre authored and Sachin Shintre committed Oct 7, 2013
    Configuration menu
    Copy the full SHA
    73789de View commit details
    Browse the repository at this point in the history
  3. Deleted README.PAYDOLLAR.md

    Sachin Shintre authored and Sachin Shintre committed Oct 7, 2013
    Configuration menu
    Copy the full SHA
    92d19d9 View commit details
    Browse the repository at this point in the history