|
Revision 703, 505 bytes
(checked in by brieb, 2 years ago)
|
- 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;
|
| Line | |
|---|
| 1 | <p class="notes"> |
|---|
| 2 | The payment processing establishes an outside connection to an online |
|---|
| 3 | processing center. |
|---|
| 4 | </p> |
|---|
| 5 | <p> |
|---|
| 6 | <label for="paymentNoticeResults">payment process results</label><br /> |
|---|
| 7 | <textarea readonly="readonly" id="paymentNoticeResults" rows="10" cols="5" style="width:100%"></textarea> |
|---|
| 8 | </p> |
|---|
| 9 | <p align="right"> |
|---|
| 10 | <button type="button" class="Buttons" id="ppProcessButton">process payment</button> |
|---|
| 11 | <button type="button" class="Buttons" id="ppCancelButton" style="width:75px">cancel</button> |
|---|
| 12 | </p> |
|---|