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

checkouts, how can we get the checkouts? (none completed orders) #58

Open
zerdmer opened this issue Dec 22, 2019 · 2 comments
Open

checkouts, how can we get the checkouts? (none completed orders) #58

zerdmer opened this issue Dec 22, 2019 · 2 comments

Comments

@zerdmer
Copy link

zerdmer commented Dec 22, 2019

checkouts, how can we get the checkouts? (none completed orders)

@franciscocp123
Copy link

Some update? how can we get the checkouts? (none completed orders)

@slince
Copy link
Owner

slince commented Jul 11, 2022

hello, there is no checkout manager now. you can get that by using CURB method

$checkouts = $client->get('checkouts', [
    // Filter your checkouts
]);
$checkout = $client->post('checkouts/xxx', [
    // Filter your checkouts
]);

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

No branches or pull requests

3 participants