Ignore:
Timestamp:
19 Jun 2007, 17:12:59 (17 years ago)
Author:
joachim
Message:

interswitch payment (in custom)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/payments_view.pt

    r1783 r1937  
    4545            </a>             
    4646            </td>
    47             <td tal:condition="nothing">
     47            <td tal:condition="python:1">
    4848            <a tal:condition="row/is_requeryable"
    49                tal:attributes="href string:${context/absolute_url}/${row/id}/requery_payment;
     49               tal:attributes="href string:${info/query_url}?transRef=${row/trans_ref}&prodID=${info/prod_id}&${row/callback_url};
    5050                               onclick python:'return window.confirm(\'%s\')' %(cpsmcat('Are you sure? You will not be able to undo the approval.'), );
    5151                               ">
     
    5353            </a>             
    5454            </td>
    55                        
    5655          </tr>
    5756        </table>
    5857        <br />
    5958        <div>
    60        
    6159        <form tal:condition="python:review_state == 'cleared_and_validated'"
    62               tal:attributes="action string: ${context/absolute_url}/pay_online" method="post" class="group">
     60              tal:attributes="action string: ${context/absolute_url}/pay_interswitch" method="post" class="group">
    6361         <input type="submit" name="epayment"
    6462                class="context"
    6563                value="Initiate School Fee Online Payment"
    6664                />
    67                
    68                
    6965        </form> 
    70 
    7166        <form tal:condition="python:review_state == 'returning'"
    7267              tal:attributes="action string: ${context/absolute_url}/pay_by_sc" method="post" class="group">
     
    7469                tal:attributes="value info/next_session"
    7570                />
    76 
    7771         <input type="submit" name="epayment"
    7872                class="context"
     
    8276        </form>         
    8377        </div>       
    84 
    8578      </span>
    8679      </span>
Note: See TracChangeset for help on using the changeset viewer.