mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-02-09 12:29:13 +00:00
cargando carrito desde backend
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<form id="tpv" th:action="${action}" method="POST">
|
||||
<input type="hidden" name="Ds_SignatureVersion" th:value="${signatureVersion}" />
|
||||
<input type="hidden" name="Ds_MerchantParameters" th:value="${merchantParameters}" />
|
||||
<input type="hidden" name="Ds_Signature" th:value="${signature}" />
|
||||
<noscript><button type="submit">Pagar</button></noscript>
|
||||
</form>
|
||||
<script>document.getElementById('tpv').submit();</script>
|
||||
Reference in New Issue
Block a user