diff --git a/lib/registration.rb b/lib/registration.rb index e5ad59c1bccfc11fe4d37178ad42ca77039f174c..892dbcab2135849514f2909259eb2578e3088d6e 100644 --- a/lib/registration.rb +++ b/lib/registration.rb @@ -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