Fix typo

Stephen Paul Weber created

Change summary

lib/registration.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

lib/registration.rb 🔗

@@ -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