From f0b795f671bc7a8aae4e5aea822a33a46a08c19d Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 3 May 2023 07:17:22 -0500 Subject: [PATCH] Fix typo --- lib/registration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/registration.rb b/lib/registration.rb index 8d6338d078372616a822abae32d9740623e20133..81ae35868dde9158b0f441a41398b868845203de 100644 --- a/lib/registration.rb +++ b/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