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