forms/top_up.rb 🔗
@@ -7,7 +7,7 @@ field(
value: "$#{'%.2f' % @balance}"
)
-field(@payment_methods.to_list_single)
+field(**@payment_methods.to_list_single)
field(
datatype: "xs:decimal",
Stephen Paul Weber created
forms/top_up.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -7,7 +7,7 @@ field(
value: "$#{'%.2f' % @balance}"
)
-field(@payment_methods.to_list_single)
+field(**@payment_methods.to_list_single)
field(
datatype: "xs:decimal",