~singpolyma/sgx-jmp

100e003ac93e736e955bb91dd54f34b97aa31d83 — Stephen Paul Weber 1 year, 1 month ago 039a86f
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