We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From output it's not clear that this is an array because of line breaks:
(byebug) bundle_price.bundle > bundle {:product=>{:href=>"*****"}, :options=>[], :bundle=>[], :base_price_in_cents=>19500, :total_price_in_cents=>19500, :details=>{:samba_sales_unit_code=>"LCLG"}} {:product=>{:href=>"*****"}, :options=>[{:categories=>[], :type=>"CATEGORY_REACH_EXTENSION", :price_in_cents=>0}, {:directory_cities=>[{:href=>"*****"}], :type=>"DIRECTORY_CITY_REACH_EXTENSION", :price_in_cents=>0}, {:name=>"PRESENCE_MANAGEMENT", :type=>"SIMPLE_PRODUCT_OPTION", :price_in_cents=>89000}], :bundle=>[], :base_price_in_cents=>89500, :total_price_in_cents=>178500, :details=>{:samba_sales_unit_code=>"LBBHLG"}} (byebug) bundle_price.bundle.first
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From output it's not clear that this is an array because of line breaks:
The text was updated successfully, but these errors were encountered: