<?php $items = [ [ 'description' => 'Item Um', 'quantity' => 1, 'price_cents' => 1000 ], ]; print_r($items);
You have javascript disabled. You will not be able to edit any code.