Ruby3 fix

Stephen Paul Weber created

Change summary

forms/top_up.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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",