phpBMS

Show
Ignore:
Timestamp:
01/01/10 17:34:45 (2 years ago)
Author:
brieb
Message:
  • Rearranged payment processing routine to be more flexible. It now needs to save the sales order first
  • Added payment processing template so developers have a guide when putting together their payment scripts
  • It seems their might be some unintentional touching of other files in this commit;
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/invoices_addedit.php

    r702 r703  
    259259                </p> 
    260260        <?php }//end if ?> 
     261 
     262        <input type="hidden" id="processPayment" value="<?php if(isset($_POST["saveandprocess"])) echo $_POST["saveandprocess"]; ?>" /> 
     263 
    261264        <div id="fsAttributes"> 
    262265                <fieldset > 
     
    564567                                                <button id="paymentProcessButton" type="button" class="graphicButtons buttonMoney<?php echo $paymentButtonDisable?>" title="process payment online"><span>process payment online</span></button> 
    565568                                                <input type="hidden" id="processscript"/> 
     569                                                <input type="hidden" id="saveandprocess" name="saveandprocess"/> 
    566570                                        </p> 
    567571 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.