|
Revision 1797, 464 bytes
(checked in by hhubner, 3 years ago)
|
Directory reorganization. We now have bknr/, modules/ and projects/ on
the top level in order to isolate base BKNR from extensions and the
project code. This is done in preperation of asdf-install'ability at
least the base components.
|
- Property svn:eol-style set to
native
- Property svn:executable set to
*
- Property svn:keywords set to
author date id revision
|
| Line | |
|---|
| 1 |
<form action="https://select.worldpay.com/wcc/purchase" method=POST> |
|---|
| 2 |
<input type=hidden name="instId" value="102532"> |
|---|
| 3 |
<input type=hidden name="cartId" value="my_cart_id"> |
|---|
| 4 |
<input type=hidden name="amount" value="30"> |
|---|
| 5 |
<input type=hidden name="currency" value="EUR"> |
|---|
| 6 |
<input type=hidden name="desc" value="10 Quadratmeter"> |
|---|
| 7 |
<input type=hidden name="testMode" value="100"> |
|---|
| 8 |
<input type=hidden name="lang" value="de"> |
|---|
| 9 |
<input type=submit value="Bestellen"> |
|---|
| 10 |
</form> |
|---|