Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[Contribution] MaxMind Fraud Detection Service v3.0


nrlatsha

Recommended Posts

  • 3 months later...
  • 1 year later...
39 minutes ago, maxmind.jason said:

Dear nrlatsha,

Please get in touch with us at MaxMind (info at maxmind.com) if you would be interested in collaborating on updating your plugin for more advanced minFraud features. We'd be happy to work with you.

Jason

 

@maxmind.jason, it looks like @nrlatsha last posted to this thread more than four years ago and last visited the forums three years ago.  So I'm not sure that your message is likely to get read by its intended recipient.  If you wanted to take over this module more directly and post a more up-to-date version, that would be fine. 

Always back up before making changes.

Link to comment
Share on other sites

5 minutes ago, ecartz said:

 

@maxmind.jason, it looks like @nrlatsha last posted to this thread more than four years ago and last visited the forums three years ago.  So I'm not sure that your message is likely to get read by its intended recipient.  If you wanted to take over this module more directly and post a more up-to-date version, that would be fine. 

Thank you. I was posting here on the off chance that @nrlatsha would see it, since I don't have any other contact information for them.

I appreciate your offer and will bring that back to our product team. It won't be something we can work on immediately, but we will discuss adding it to our roadmap.

Link to comment
Share on other sites

Hello, I must not have gotten the notifications for these posts until I saw Jason's post.  What is the current ask?

9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard)

 

Replace that and you're fine...

Link to comment
Share on other sites

2 hours ago, nrlatsha said:

Hello, I must not have gotten the notifications for these posts until I saw Jason's post.  What is the current ask?

I think that it's two things: 

On 5/3/2018 at 6:33 AM, Stephan Gebbers said:

any chance that this module will get an update to be able to use minfraud score/insights/factors ?

  1. Integrate new features that are already supported in the MaxMind API.
  2. Update for Phoenix.
  • By hardcoding database tables. 
  • By hardcoding filenames.
  • By hardcoding values that previous were fetched from DIR_WS. 
  • Move the language defines into their own files (not in english.php).  Probably includes/languages/english/modules/maxmind.php or conceivably in something called from a hook file.
  • Utilizing hooks.  Ideally the module should just be a drop-in install.  Failing that, code should be inserted by adding hook calls.  E.g. an existing one (of four) from includes/template_top.php
        <?php
        echo $OSCOM_Hooks->call('siteWide', 'injectBodyContentStart');
        ?>

If the existing hook calls are sufficient, great.  If not, create a new one. 

It might also be helpful to move the license key configuration out of code and into the module. 
 

Always back up before making changes.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...