Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cysp committed Oct 28, 2013
1 parent 5c86122 commit 86a87e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/itunes_validator/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ def validate(receipt_data)
post_body = { 'receipt-data' => receipt_data }
post_body['password'] = @shared_secret if @shared_secret && !@shared_secret.strip.empty?

puts post_body

raise 'asd'

receipt_info = latest_receipt_info = nil

uri = URI(APPSTORE_VERIFY_URL_PRODUCTION)
Expand Down

0 comments on commit 86a87e4

Please sign in to comment.