Merge branch 'dev' into 'master'

Dev

See merge request !335
master
Andrey 8 years ago
commit bee7aa0543
  1. 4
      templates/yandex/test_pay.html

@ -9,11 +9,11 @@
<table> <table>
<tr> <tr>
<td>shopId</td> <td>shopId</td>
<td>{{ shop_id }}</td> <td><input name="shopId" value="{{ shop_id }}" type="text"></td>
</tr> </tr>
<tr> <tr>
<td>scid</td> <td>scid</td>
<td>{{ sc_id }}</td> <td><input name="scid" value="{{ sc_id }}" type="text"></td>
</tr> </tr>
<tr> <tr>
<td>sum</td> <td>sum</td>

Loading…
Cancel
Save