Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mtreherne

    (@mtreherne)

    You can probably use ‘git svn’ to get a copy of the code from SVN into git. Google for more help on this (as I’m no git guru) but you would be using a command like:

    git svn clone -r1585632:HEAD -s --no-minimize-url https://plugins.svn.www.ads-software.com/wc-ac-hook/

    There is actually very little to this plugin. It is basically 4 php files and the activecampaign api. Given the simplicity you can always just browse the code at https://plugins.svn.www.ads-software.com/wc-ac-hook/trunk/

    The activecampaign api is already publicly available on git https://github.com/ActiveCampaign/activecampaign-api-php

    If none of this works for you then I do have a private repository on Bitbucket with a copy (it is just the trunk, not a code mirror with SVN). I may be able to grant you access to that.

    Thread Starter marioy47

    (@marioy47)

    Hello mtreherne,

    I’m planning on doing some changes to the ac-wc-hook plugin (basically having the order amount saved in a custom field on Active Campaign) and I thought that I should send you those changes so maybe you could incorporate them into the plugin.

    Maybe I could just send you the final work so you can incorporate the changes then?

    Just want to contribute a little in a way that is easy for you to review.

    Regards

    Mario

    Plugin Author mtreherne

    (@mtreherne)

    That’s great Mario. Go ahead and as you say send me the final work.

    Many thanks,
    Matthew

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pull Request’ is closed to new replies.