Assembla home | Assembla project page
 

Changeset 147

Show
Ignore:
Timestamp:
01/07/07 13:21:18 (2 years ago)
Author:
moensch
Message:

Resolves Bug 1031:29.99 comes through as $29.00 and creates a payment needing action. Preparing for 0.1.1 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/com_mls_paypal/install/comupgrade.xml

    r136 r147  
    11<?xml version="1.0" ?> 
    22<compupgrade version="1.0"> 
    3         <install version="0.1.0" date="20061205"> 
     3        <install version="0.1.1" date="20070107"> 
    44                <query>DROP TABLE IF EXISTS `#__mls_paypal_packages`</query> 
    55                        <query>CREATE TABLE `#__mls_paypal_packages` ( 
     
    3737  `statuscode` tinyint(2) NOT NULL default '0', 
    3838  `statustext` mediumtext NOT NULL, 
    39   `amount` int(11) NOT NULL default '0', 
     39  `amount` DECIMAL(5,2) NOT NULL default '0', 
    4040  `currency` varchar(10) NOT NULL default '', 
    4141  `item_name` varchar(255) NOT NULL default '', 
     
    5454        <upgrade> 
    5555                <version number="0.1.0" date="20061205" /> 
     56                <version number="0.1.1" date="20070107"> 
     57                        <query>ALTER TABLE `#__mls_paypal_payments` CHANGE `amount` `amount` DECIMAL(5,2) NOT NULL default '0.00'</query> 
     58                </version> 
    5659        </upgrade> 
    5760</compupgrade> 
  • trunk/com_mls_paypal/mls_paypal.xml

    r134 r147  
    22<mosinstall type="component"> 
    33        <name>mls_paypal</name> 
    4         <creationDate>05/12/2006</creationDate> 
     4        <creationDate>07/01/2007</creationDate> 
    55        <author>Samuel Suter</author> 
    6         <copyright>This component is Free Software released under the GNU/GPL License. (c) 2004 - 2006 Samuel Suter</copyright> 
    7         <authorEmail>samuel.suter@gmx.ch</authorEmail> 
     6        <copyright>This component is Free Software released under the GNU/GPL License. (c) 2004 - 2007 Samuel Suter</copyright> 
     7        <authorEmail>samuel.suter@mylansite.org</authorEmail> 
    88        <authorUrl>http://www.mylansite.org</authorUrl> 
    9         <version>0.1.0</version> 
     9        <version>0.1.1</version> 
    1010        <description>myLANsite PayPal</description> 
    1111        <files>