Coder Social home page Coder Social logo

com.pogstone.paymentprocessorhelper's People

Contributors

sgladstone avatar

Watchers

 avatar  avatar

com.pogstone.paymentprocessorhelper's Issues

authnet support for 4.4?

Does this extension work with CiviCRM 4.4?

I saw this in the authorize class:

require_once('utils/Entitlement.php');
$tmpEntitlement = new Entitlement();

if($tmpEntitlement->isRunningCiviCRM_4_3() ){
// Do nothing. CRON job will process the data into contributions.
}else{
print "

ERROR: This code is only meant for CiviCRM 4.3.x";
....

It seems to suggest that it only checks if you are running 4.3, not if you are running a version greater than 4.3... but I'm not sure because I'm also not sure where the utils/Entitlement.php class comes from or what happens if it's not available.

Also - is there any way to extend the existing CRM_Core_Payment_AuthorizeNetIPN class rather than replace it? Since you are replacing it you have to always have the most up to date version to ensure you get all the latest bug fixes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.