diff --git a/pms/controllers/pms_portal.py b/pms/controllers/pms_portal.py
index be57179ff..e47e860be 100644
--- a/pms/controllers/pms_portal.py
+++ b/pms/controllers/pms_portal.py
@@ -122,7 +122,7 @@ class PortalFolio(CustomerPortal):
"subscription payments will be made automatically."
),
},
- amount=custom_amount,
+ custom_amount=custom_amount,
)
@http.route(
diff --git a/pms/views/folio_portal_templates.xml b/pms/views/folio_portal_templates.xml
index d3c5859a2..91bfd0a8f 100644
--- a/pms/views/folio_portal_templates.xml
+++ b/pms/views/folio_portal_templates.xml
@@ -128,7 +128,7 @@
/>
Pay
@@ -159,20 +159,28 @@