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

Delete the given optionValue #228

Open
msznaper opened this issue Aug 29, 2018 · 0 comments
Open

Delete the given optionValue #228

msznaper opened this issue Aug 29, 2018 · 0 comments

Comments

@msznaper
Copy link
Contributor

Expected behavior

/**

  • Delete the given optionValue.
  • @param int $option_id option id
  • @param int $id value id
  • @return mixed
    */
    public static function deleteOptionValue($option_id, $id)
    {
    return self::deleteResource('/options/' . $option_id .'/values/'. $id);
    }

Actual behavior

Steps to reproduce behavior

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

1 participant