Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A authnet
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Extensions
  • authnet
  • Merge requests
  • !23

Don't crash when receiving events from retail mobile app

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged JonGold requested to merge JonGold/authnet:dont-crash-on-retail-event into master Oct 29, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

My cron stopped running, which I traced to the process_paymentprocessor_webhooks job.

On closer examination, I was receiving a net.authorize.payment.authcapture.created event but $response->transaction->order didn't exist. I then saw the source was the iOS Retail App.

While supporting handling these events would be a bigger job, I made the essential change so as to not crash cron when these events are received.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dont-crash-on-retail-event