comparison 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
comparison
equal deleted inserted replaced
57:8324f195ef36 58:9d156039944e
1 use generate_paylists; 1 use generate_paylists;
2 2
3 3
4 @standard_prices = ['50 cards — $149','30 cards — $99 (Intro Offer)', '4 cards — $29'] ; #'50 cards — $149', 4 @standard_prices = ['4 cards — $29','30 cards — $99 (Intro Offer)', '50 cards — $149'] ; #'50 cards — $149',
5 5
6 @standard_codes = [ '50 cards @149.00','30 cards @99.00', '4 cards @29.00']; #['50 cards @149.00', 6 @standard_codes = ['4 cards @29.00' ,'30 cards @99.00', '50 cards @149.00']; #['50 cards @149.00',
7 $init_price = '$29.00'; 7 $init_price = '$149.00';
8 8
9 $descrip = 'Laser-Etched Clear Scratch Resistant'; 9 $descrip = 'Laser-Etched Clear Scratch Resistant';
10 10
11 11
12 12