class Itunes::Receipt::TestEnvironmentRequiredError
Public Instance Methods
message()
click to toggle source
# File lib/itunes/receipt/error.rb, line 56 def message <<-'end;' This receipt is from the test environment, but it was sent to the production environment for verification. Send it to the test environment instead (21007) end; end