Guest User

Untitled

a guest
Nov 24th, 2013
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. /*
  2. |--------------------------------------------------------------------------
  3. | PayPal Donation (www.paypal.com)
  4. |--------------------------------------------------------------------------
  5. */
  6.  
  7. $config['donate_paypal'] = array(
  8. 'use' => true, // true: enable | false: disable
  9. 'postback_url' => "http://www.sinister-wow.com/donate/postback_paypal",
  10. 'return_url' => "http://www.sinister-wow.com/donate/success",
  11. 'email' => "MY PAYPAL",
  12. 'sandbox' => false, // false: live servers | true: testing/dev servers
  13.  
  14. 'values' => array(
Advertisement
Add Comment
Please, Sign In to add comment