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

Problem on storing new data #18

Open
ljfreelancer88 opened this issue May 6, 2020 · 0 comments
Open

Problem on storing new data #18

ljfreelancer88 opened this issue May 6, 2020 · 0 comments

Comments

@ljfreelancer88
Copy link

Hi, I've added a new input(notes) on my "add to cart" but it seems not storing using add() method.

$cart = new Cart();

$cart->add([
     ...
    'notes' => 'Notes goes here'
]);

When I print_r($cart->items());, the "notes" has no value.

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