mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Changes helper name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user