spaceship/lib/spaceship/tunes/iap_detail.rb in fastlane_hotfix-2.165.1 vs spaceship/lib/spaceship/tunes/iap_detail.rb in fastlane_hotfix-2.187.0
- old
+ new
@@ -240,10 +240,10 @@
# Maps a single pricing interval to pricing infos.
#
# @return ([Spaceship::Tunes::PricingInfo]) An array of pricing infos from the same tier
def world_wide_pricing_info
client
- .pricing_tiers
+ .pricing_tiers(application.apple_id)
.find { |p| p.tier_stem == pricing_intervals.first[:tier].to_s }
.pricing_info
end
# Maps pricing intervals to their respective subscription pricing infos.