spaceship/lib/spaceship/tunes/iap.rb in fastlane-2.98.0 vs spaceship/lib/spaceship/tunes/iap.rb in fastlane-2.99.0

- old
+ new

@@ -20,11 +20,11 @@ attrs = {} attrs[:application] = self.application Tunes::IAPFamilies.new(attrs) end - # Creates a new In-App-Purchese on iTunes Connect + # Creates a new In-App-Purchese on App Store Connect # if the In-App-Purchase already exists an exception is raised. Spaceship::TunesClient::ITunesConnectError # @param type (String): The Type of the in-app-purchase (Spaceship::Tunes::IAPType::CONSUMABLE,Spaceship::Tunes::IAPType::NON_CONSUMABLE,Spaceship::Tunes::IAPType::RECURRING,Spaceship::Tunes::IAPType::NON_RENEW_SUBSCRIPTION) # @param versions (Hash): a Hash of the languages # @example: { # 'de-DE': { @@ -116,10 +116,10 @@ return nil end # return all available In-App-Purchase's of current app # this is not paged inside iTC-API so if you have a lot if IAP's (2k+) - # it might take some time to load, same as it takes when you load the list via iTunes Connect + # it might take some time to load, same as it takes when you load the list via App Store Connect def all(include_deleted: false) r = client.iaps(app_id: self.application.apple_id) return_iaps = [] r.each do |product| attrs = product