class Itunes::Receipt::ProductionEnvironmentRequiredError

Public Instance Methods

message() click to toggle source
# File lib/itunes/receipt/error.rb, line 65
      def message
         <<-'end;'
           This receipt is from the production environment, but it was sent to the test environment
           for verification. Send it to the production environment instead (21008)
         end;
      end