Make sure OOB comes first in payload
1 files changed, 2 insertions(+), 1 deletions(-) M lib/registration.rb
M lib/registration.rb => lib/registration.rb +2 -1
@@ 256,8 256,9 @@ class Registration def write Command.reply { |reply| reply.allowed_actions = [:next] toob = oob(reply) reply.note_type = :info reply.note_text = "#{oob(reply).desc}: #{oob(reply).url}" reply.note_text = "#{toob.desc}: #{toob.url}" }.then do CreditCard.for(@customer, @tel, finish: @finish).then(&:write) end