ok( scalar( $stripe->list_products ) == 3, 'Third product added to Trolley' ); #### is scalar( $stripe->list_products ), 3, 'Third product added to Trolley';