Exception: Itunes::Receipt::ProductionEnvironmentRequiredError

Inherits:
Error
  • Object
show all
Defined in:
lib/itunes/receipt/error.rb

Instance Attribute Summary

Attributes inherited from Error

#status

Instance Method Summary collapse

Methods inherited from Error

#initialize, new

Constructor Details

This class inherits a constructor from Itunes::Receipt::Error

Instance Method Details

#messageObject



65
66
67
68
69
70
# 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