Fix recurly bug where updated 2x from a RJS token 'ruins' the account until the user re-deploys
This commit is contained in:
parent
d603dd2911
commit
d07cff3721
|
|
@ -704,7 +704,8 @@ module JamRuby
|
||||||
end
|
end
|
||||||
|
|
||||||
if !recurly_token.nil?
|
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
|
end
|
||||||
account
|
account
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue