Skip to content

Instantly share code, notes, and snippets.

@nelyj
Created December 1, 2015 19:34
Show Gist options
  • Save nelyj/43a9f01e43a67b40d928 to your computer and use it in GitHub Desktop.
Save nelyj/43a9f01e43a67b40d928 to your computer and use it in GitHub Desktop.
require 'khipu-api-client'
2
3 Khipu.configure do |c|
4 c.secret = ENV['KHIPU_SECRET']
5 c.receiver_id = ENV['KHIPU_RECEIVER_ID']
6 c.platform = 'Kiipet' # (optional) please let us know :)
7 c.platform_version = '0.1'
8 end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment