Coder Social home page Coder Social logo

Comments (11)

alecritson avatar alecritson commented on July 20, 2024

Hey @tooshay

You should be able to initialise the client by doing:

CandyClient::init({API_BASE_URI}, [
    'client_id' => {CLIENT_ID},
    'client_secret' => {CLIENT_SECRET},
    'locale' => app()->getLocale(),
    'channel' =>{CHANNEL}
]);

Documentation for the client is something we're working on.

from candy-api.

tooshay avatar tooshay commented on July 20, 2024

from candy-api.

alecritson avatar alecritson commented on July 20, 2024

In AppServiceProvider's boot method should do the trick.

from candy-api.

tooshay avatar tooshay commented on July 20, 2024

Yeah, beat you to it by a minute!

It seems to have initialised OK but records still aren't getting created. Looking into the log, I see errors relating to middleware (CurrencyConverter etc.) not being loaded.

Is there anything else I need to do in order to get the client to behave?

(note: Sorry for the barrage/nagging; I just need a little guidance to get things set up and going!)

from candy-api.

alecritson avatar alecritson commented on July 20, 2024

Yeah it might that the customers part of the client is still being refactored, do you get anything if you do:

CandyClient::Categories()->get()

from candy-api.

tooshay avatar tooshay commented on July 20, 2024

I'm getting a 404 when making that call in my controller... (my categories table was empty though, so I just created a category and put in some random JSON in the attribs column).

Just to be clear: my goal at this point is to just accept some basic customer data in a form and use the client to register the customer, without logging in or anything. I feel like I'm getting close, but still no cigar.

from candy-api.

shaunrainer avatar shaunrainer commented on July 20, 2024

Hi tooshay,
I have pushed fixes to the dev branch for both candy-client-php and candy-api, if you could pull the latest it should fix your 404.

CandyClient::Customers()->create([`
    'email' => '[email protected]',
    'firstname' => 'test',
    'lastname' => 'user',
    'password' => 'password',
    'password_confirmation' => 'password',
    'language' => 'en'
]);

Hope this helps :)

from candy-api.

tooshay avatar tooshay commented on July 20, 2024

Hey @shaunrainer - better, but I still have to disable all of the Set*****Middelware calls to get it to work... Any idea why this would happen or how to fix?

local.ERROR: Class 'CurrencyConverter' not found {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Class 'CurrencyConverter' not found at /Projects/myShop/vendor/getcandy/candy-api/src/Http/Middleware/SetCurrencyMiddleware.php:19)
[stacktrace]

from candy-api.

alecritson avatar alecritson commented on July 20, 2024

What version of laravel are you using? Does it have package auto discover?

from candy-api.

tooshay avatar tooshay commented on July 20, 2024

from candy-api.

alecritson avatar alecritson commented on July 20, 2024

I think this was related to having GetCandy in the dont-discover array in composer.json ? I'll close it but if it's still an issue let us know.

from candy-api.

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.