Exception: Itunes::Receipt::ProductionEnvironmentRequiredError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Itunes::Receipt::ProductionEnvironmentRequiredError
- Defined in:
- lib/itunes/receipt/error.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from Itunes::Receipt::Error
Instance Method Details
#message ⇒ Object
65 66 67 68 69 70 |
# File 'lib/itunes/receipt/error.rb', line 65 def <<-'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 |