diff paypal/make.pl @ 58:9d156039944e laserkard

[svn r59] final modifacatios wqith kevin
author rlm
date Sun, 14 Mar 2010 01:51:23 -0500
parents 8324f195ef36
children
line wrap: on
line diff
     1.1 --- a/paypal/make.pl	Sun Mar 14 00:32:38 2010 -0500
     1.2 +++ b/paypal/make.pl	Sun Mar 14 01:51:23 2010 -0500
     1.3 @@ -1,10 +1,10 @@
     1.4  use generate_paylists;
     1.5  
     1.6  
     1.7 -@standard_prices =    ['50 cards — $149','30 cards — $99 (Intro Offer)', '4 cards — $29'] ;  #'50 cards — $149',
     1.8 +@standard_prices =    ['4 cards — $29','30 cards — $99 (Intro Offer)', '50 cards — $149'] ;  #'50 cards — $149',
     1.9  
    1.10 -@standard_codes = 		[ '50 cards @149.00','30 cards @99.00', '4 cards @29.00'];  #['50 cards @149.00',
    1.11 -$init_price = '$29.00';
    1.12 +@standard_codes = 		['4 cards @29.00' ,'30 cards @99.00', '50 cards @149.00'];  #['50 cards @149.00',
    1.13 +$init_price = '$149.00';
    1.14  
    1.15  $descrip	= 'Laser-Etched Clear Scratch Resistant';
    1.16