Skip to content

Instantly share code, notes, and snippets.

@dmaksimov
Created February 19, 2022 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmaksimov/4d8aba4e9847e6ccd7aa1bf78c037058 to your computer and use it in GitHub Desktop.
Save dmaksimov/4d8aba4e9847e6ccd7aa1bf78c037058 to your computer and use it in GitHub Desktop.

Repo: https://github.com/cmsmaxinc/billing-evolutionmarketing Branch: authorizenet-cim

  1. Set up instance of v5
  2. Code changes:
    • Add support for authorize.net CIM
    • Add bugsnag
    • Don't allow robots to index the site
    • Style / logo customizations
    • Anything else?
  3. Copy over data
    • Make sure that customer payment profiles (including card information are copied over)

Compare Differences

Repo: https://github.com/cmsmaxinc/billing-evolutionmarketing

v4.5.21 Release Security fix · invoiceninja/invoiceninja · GitHub Commit: https://github.com/invoiceninja/invoiceninja/commit/cadd1a3b44aed3dc5bd28d623efd4bb51c6d895a cadd1a3b44aed3dc5bd28d623efd4bb51c6d895a

Compare invoice ninja @ 4.5.21 to authorizenet-cim branch

  1. Set remote url git remote add invoiceninja git@github.com:invoiceninja/invoiceninja.git
  2. Fetch remote git fetch invoiceninja master
  3. Create a new branch and checkout commit for v4 git checkout -b v4 git reset --hard cadd1a3b44aed3dc5bd28d623efd4bb51c6d895a
  4. Compare differences between authorizenet-cim and v4 branches git diff v4 authorizenet-cim

To only see filename: git diff v4 authorizenet-cim --name-only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment