suppress linting error

This commit is contained in:
Pavel Krymets 2022-08-11 15:03:49 -07:00
parent 0d1b570bfa
commit 59f2d4d0fe

View File

@ -3,6 +3,8 @@
module Stripe module Stripe
module ApiVersion module ApiVersion
# rubocop:disable Layout/LineLength
CURRENT = "2022-08-01; server_side_confirmation_beta=v1; orders_beta=v4; terminal_interac_refunds_beta=v1" CURRENT = "2022-08-01; server_side_confirmation_beta=v1; orders_beta=v4; terminal_interac_refunds_beta=v1"
# rubocop:enable Layout/LineLength
end end
end end