fix: redirection

This commit is contained in:
mthiam
2026-02-09 11:05:36 +01:00
parent 5e7d107481
commit 85282bc757
2 changed files with 47 additions and 2 deletions

View File

@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="paydunya_redirect_form">
<form t-att-action="api_url" method="post">
<input type="hidden" name="token" t-att-value="token"/>
<form t-att-action="api_url" method="get">
</form>
</template>
</odoo>