Plugin Directory

Changeset 1954965


Ignore:
Timestamp:
10/11/2018 08:50:25 AM (7 years ago)
Author:
mslsantos
Message:

Fix - Payment Method - FS_V

Location:
woo-masterway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-masterway/trunk/readme.txt

    r1954450 r1954965  
    2929== Changelog ==
    3030
     31= 1.0.3 =
     32* Fix.
     33
    3134= 1.0.2 =
    3235* Fix.
  • woo-masterway/trunk/woocommerce-masterway.php

    r1954458 r1954965  
    44Plugin URI: http://woothemes.com/woocommerce
    55Description:  Allows you to invoice your clients using Masterway
    6 Version: 1.0.2
     6Version: 1.0.3
    77Author: Masterway
    88Author URI: http://masterway.net
     
    525525                                    $field_S02_1_1_9_3_8 = $field_S02_1_1_9_3->addChild('Email');
    526526                            $field_S02_1_1_10 = $field_S02_1_1->addChild('Observations', $Observations);
    527                            
     527                            if($CodTipoDocumento == 'FS_V')
     528                            {
     529                                $field_S02_1_1_99 = $field_S02_1_1->addChild('PaymentMethod', 'CC');
     530                            }
    528531                           
    529532                           
Note: See TracChangeset for help on using the changeset viewer.