Fix Style/HashSyntax

This commit is contained in:
Neal Chambers
2023-09-16 09:05:31 +09:00
parent 0b4d0a1438
commit 4596997547
30 changed files with 56 additions and 56 deletions

View File

@@ -48,8 +48,8 @@ module SampleData
def create_payment_method(provider_class, enterprise, name, description, calculator)
payment_method = provider_class.new(
name: name,
description: description,
name:,
description:,
environment: Rails.env,
distributor_ids: [enterprise.id]
)