Changeset 4153
- Timestamp:
- 09/28/2016 12:38:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-misc.php
r2514 r4153 265 265 return $options; 266 266 }); 267 268 // Sponsorship payments (Stripe) credentials. 269 add_filter( 'wcorg_sponsor_payment_stripe', function( $options ) { 270 $options['hmac_key'] = WORDCAMP_PAYMENT_STRIPE_HMAC; 271 $options['publishable'] = WORDCAMP_PAYMENT_STRIPE_PUBLISHABLE; 272 $options['secret'] = WORDCAMP_PAYMENT_STRIPE_SECRET; 273 274 return $options; 275 });
Note: See TracChangeset
for help on using the changeset viewer.