Fix recurly bug where updated 2x from a RJS token 'ruins' the account until the user re-deploys

This commit is contained in:
Seth Call 2024-10-05 15:54:20 -05:00
parent 317c0384e1
commit a3e0666202
1 changed files with 2 additions and 1 deletions

View File

@ -704,7 +704,8 @@ module JamRuby
end
if !recurly_token.nil?
update_billing_info_from_token(current_user, account, recurly_token)
puts "#{current_user.id} skipping double-update of billing of #{recurly_token} due to 2024 Oct Recurly Bug"
# update_billing_info_from_token(current_user, account, recurly_token)
end
account
end