Fix for credit card flow
1 files changed, 2 insertions(+), 2 deletions(-) M lib/registration.rb
M lib/registration.rb => lib/registration.rb +2 -2
@@ 220,7 220,7 @@ class Registration def write COMMAND_MANAGER.write(@reply).then do |riq| CreditCard.for(riq, @customer, @tel) CreditCard.for(riq, @customer, @tel).write end end @@ 281,7 281,7 @@ class Registration reply.note_type = :error reply.note_text = "#{reply_oob.desc}: #{reply_oob.url}" COMMAND_MANAGER.write(reply).then do |riq| CreditCard.for(riq, @customer, @tel) CreditCard.for(riq, @customer, @tel).write end end end