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

Webhooks #73

Open
wants to merge 17 commits into
base: master-2.x
Choose a base branch
from
Open

Webhooks #73

wants to merge 17 commits into from

Commits on Aug 22, 2017

  1. [webhooks] Style guide fixes for php / js

    mayankamencherla committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    aa4ee21 View commit details
    Browse the repository at this point in the history
  2. [webhooks] Added a controller class called Webhook.php to receive web…

    …hook post data
    mayankamencherla committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    d614949 View commit details
    Browse the repository at this point in the history
  3. [webhooks] Added paymentAuthorized webhook functionality

    mayankamencherla committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    b3fc2c7 View commit details
    Browse the repository at this point in the history
  4. [webhooks] Code quality fixes

    mayankamencherla committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    50449bc View commit details
    Browse the repository at this point in the history
  5. [webhooks] Added webhook config to plugin config

    mayankamencherla committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    a0e6f39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    506bf07 View commit details
    Browse the repository at this point in the history
  7. [webhooks] If webhook processes order first, don't process regular pa…

    …yment
    mayankamencherla committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    886c8e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d93d707 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    49ae633 View commit details
    Browse the repository at this point in the history
  10. [webhooks] Webhook secret config description changed

    mayankamencherla committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    48bb236 View commit details
    Browse the repository at this point in the history
  11. [webhooks] verifying webhook signature using a json encoded string of…

    … the post data
    mayankamencherla committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    5c7c986 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca7addc View commit details
    Browse the repository at this point in the history
  13. [webhooks] Using quoteManagement to create new order for webhook auth…

    …orize flow
    mayankamencherla committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    e43b3d5 View commit details
    Browse the repository at this point in the history
  14. [webhooks] bug fix: Using paymentId instead of payment_id

    mayankamencherla committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    decfe48 View commit details
    Browse the repository at this point in the history
  15. [webhooks] Removed ->save()

    mayankamencherla committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    a0a6eba View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. [webhooks] Bug fix: closed field tag for payment action

    mayankamencherla committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    3eff818 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. [webhooks] Added debug log

    mayankamencherla committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    0ea4077 View commit details
    Browse the repository at this point in the history