Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
marketplace:webpay: add ZAMBONI_SHARED_KEY.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonthomas committed Oct 14, 2014
1 parent 834521e commit 8348712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -31,6 +31,7 @@
$scl_name = undef,
$update_on_commit = false,
$uwsgi = '', # should be string separated by ";"
$zamboni_shared_key = '',
) {
require marketplace::apps::webpay::packages

Expand Down
Expand Up @@ -27,3 +27,5 @@
UUID_HMAC_KEY = '<%= uuid_hmac_key %>'

ENCRYPTED_COOKIE_KEY = '<%= encrypted_cookie_key %>'

ZAMBONI_SHARED_KEY = '<%= @zamboni_shared_key %>'

0 comments on commit 8348712

Please sign in to comment.