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/paymentprocess_dialog.php

    r311 r703  
    55<p> 
    66        <label for="paymentNoticeResults">payment process results</label><br /> 
    7         <textarea readonly="readonly" id="paymentNoticeResults" rows="5" cols="5" style="width:100%"></textarea> 
     7        <textarea readonly="readonly" id="paymentNoticeResults" rows="10" cols="5" style="width:100%"></textarea> 
    88</p> 
    99<p align="right"> 
    10         <button type="button" class="Buttons" id="paymentProcessButton">process payment</button> 
    11         <button type="button" class="Buttons" id="paymentCancelButton" style="width:75px">cancel</button> 
     10        <button type="button" class="Buttons" id="ppProcessButton">process payment</button> 
     11        <button type="button" class="Buttons" id="ppCancelButton" style="width:75px">cancel</button> 
    1212</p> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.