Help for this page
push @{ $c->session->{items} }, $item_id; $c->session->{cart}{$item_id} += $quantity;
sub contact_GET { my ( $self, $c ) = @_; ... token => $token, ); }