Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/apiv1 #6

Merged
merged 2 commits into from
Jul 19, 2016
Merged

Feature/apiv1 #6

merged 2 commits into from
Jul 19, 2016

Conversation

leeroyrose
Copy link
Contributor

Adds support for the new woocommerce api. Version in .env stays as v1/v2/v3 etc with a new option for using the new api.

'version' => $config['api_version'],
'verify_ssl' => $config['verify_ssl'],
'version' => 'wc/'.$config['api_version'],
'verify_ssl' => $config['verify_ssl'],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaces must be used to indent lines; tabs are not allowed

@coveralls
Copy link

coveralls commented Jun 26, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 45d45ab on leeroyrose:feature/apiv1 into e3f4794 on pixelpeter:master.

@imknight
Copy link

tested and working, need this in order to perform api call with correct result.

@pixelpeter
Copy link
Owner

Sorry foe being late.
I will merge today evening

@pixelpeter pixelpeter merged commit ea5db4d into pixelpeter:master Jul 19, 2016
@zachary zachary mentioned this pull request Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants