~singpolyma/sgx-jmp

f0b795f671bc7a8aae4e5aea822a33a46a08c19d — Stephen Paul Weber 1 year, 4 months ago d2c78e6
Fix typo
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/registration.rb
M lib/registration.rb => lib/registration.rb +1 -1
@@ 180,7 180,7 @@ class Registration
						@customer.extend_plan
					}
				}.catch_only(InvitesRepo::Invalid) do
					@invites.stash_code(customer.customer_id, code)
					@invites.stash_code(@customer.customer_id, code)
				end
			end
		end