Skip to content

Commit

Permalink
add paypal api credential placeholders elplatt#253
Browse files Browse the repository at this point in the history
add paypal api credential placeholders elplatt#253
  • Loading branch information
chris18890 committed Apr 27, 2014
1 parent b03accc commit 7b621c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crm/config.sample.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
$config_amazon_payment_secret = '';
$config_amazon_payment_access_key_id = '';

// Paypal API credentials
$config_paypal_API_UserName = '';
$config_paypal_API_Password = '';
$config_paypal_API_Signature = '';

// Base modules
$config_modules = array(
"contact",
Expand Down

0 comments on commit 7b621c7

Please sign in to comment.