Changes helper name

This commit is contained in:
filipefurtad0
2022-01-12 12:36:49 +00:00
parent ec4ec66051
commit 22d9da9edc

View File

@@ -45,8 +45,8 @@ module SplitCheckoutHelper
end
end
def fill_out(notes)
fill_in 'Any comments or special instructions?', with: notes.to_s
def fill_notes(text)
fill_in 'Any comments or special instructions?', with: text.to_s
end
def proceed_to_payment