Coder Social home page Coder Social logo

xero-cfml's People

Contributors

cubiclabs avatar dan4it avatar sidneyallen avatar yogidevbear avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xero-cfml's Issues

Contact.cfc - toJSON

Please note, I am using Lucee. Therefore this maybe a compatibility issue....

CFC: Contact.cfc
FUNCTION: toJSON
CHANGE:
Changes to the address weren't updating Xero - the toJSON function resulted in empty address structures. Finally tracked this down to around line 194 . Here is my edited code:

if (structKeyExists(variables.instance,"Addresses")) 
{
    if (NOT listFindNoCase(arguments.exclude, "Addresses")) 
    {
       	myStruct["Addresses"] = [];
        if (ArrayLen(variables.instance.Addresses) GT 0) 
        {
            for(n = 1; n lte arrayLen(getAddresses()); n = n+1)
            {
                str = getAddresses()[n].toStruct();
                arrayAppend(myStruct["Addresses"], str);
            }
                  
        }
    }
}

I think this may have something to do with the cfproperty's of Address.cfc.

Contact.cfc

Please note, I am using Lucee. Therefore this maybe a compatibility issue....

CFC: Contact.cfc:
FUNCTION: setBatchPayments
CHANGE: this function should accept a struct, not a string

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.