~singpolyma/sgx-jmp

8b93d5a6ca1c3a0f48894cb69c51820af62973cf — Stephen Paul Weber 2 years ago 3b4e787
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