Skip to content

Commit

Permalink
Remove prices from ESSENTIAL_INCLUDES closes fastlane#21125
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Apr 6, 2023
1 parent 0c06ab0 commit 269c82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spaceship/lib/spaceship/connect_api/models/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ module EducationDiscountType
"contentRightsDeclaration" => "content_rights_declaration",

"appStoreVersions" => "app_store_versions",
# This attribute is already deprecated. It will be removed in a future release.
"prices" => "prices"
})

ESSENTIAL_INCLUDES = [
"appStoreVersions",
"prices"
].join(",")

def self.type
Expand Down

0 comments on commit 269c82f

Please sign in to comment.