Help for this page

Select Code to Download


  1. or download this
    ok( scalar( $stripe->list_products ) == 3,  'Third product added to Tr
    +olley' );
    
  2. or download this
    is scalar( $stripe->list_products ), 3, 'Third product added to Trolle
    +y';