Giter Club home page Giter Club logo

Comments (3)

casperbakker avatar casperbakker commented on August 20, 2024

The last item should be the file, not a folder, so the inclusion part is right.

Did you install it via composer? Otherwise you do not have a autoload.php file. Or the autoload file is included from the wrong location. What is the location of your file you try to run? And what is te location of your autoload.php file and vendor directory?

from moneybird-php-client.

ScreamerHS avatar ScreamerHS commented on August 20, 2024

I think i get something to work.
Its creating a new contact inside my moneybird account now using the following code:

$contact = $moneybird->contact();

$contact->company_name = '';
$contact->firstname = 'Test';
$contact->lastname = 'Account';
$contact->email = '[email protected]';
$contact->save();
var_dump($contact); // Contact object (as saved in Moneybird)

but what code do i use to create a new payment that is automaticly marked as paid? I can't seem to find this anywhere.

from moneybird-php-client.

casperbakker avatar casperbakker commented on August 20, 2024

Good to here that you got it working.

Most of the things that are possible with the API are possible with this client. You should look up in the Moneybird API docs how you can create a payment and mark it as paid. Ones you know that, it should be easy to figure out how to do that with this client.

from moneybird-php-client.

Related Issues (20)

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.