Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webfactorymk/iap_verify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Priime/iap_verify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 14, 2015

  1. Copy the full SHA
    f7e713d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 lib/iap_verify/receipt_ios7.rb
4 changes: 2 additions & 2 deletions lib/iap_verify/receipt_ios7.rb
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ def verify(data, options = {})
end

def verify!(data, options = {})
client = IapVerify::Client.development
client = IapVerify::Client.production

begin
client.verify!(data, options)
@@ -128,4 +128,4 @@ def message
end
end
end
end
end