public static function Braintree_Configuration::privateKey in Commerce Braintree 7
23 calls to Braintree_Configuration::privateKey()
- Braintree_ConfigurationTest::teardown in braintree_php/
tests/ unit/ ConfigurationTest.php - Braintree_ConfigurationTest::testPrivateKey in braintree_php/
tests/ unit/ ConfigurationTest.php - @expectedException Braintree_Exception_Configuration @expectedExceptionMessage privateKey needs to be set.
- Braintree_CreditCardTest::testGatewayRejectionIsNullOnProcessorDecline in braintree_php/
tests/ integration/ CreditCardTest.php - Braintree_CreditCardTest::testGatewayRejectionOnCVV in braintree_php/
tests/ integration/ CreditCardTest.php - Braintree_Digest::hexDigest in braintree_php/
lib/ Braintree/ Digest.php
File
- braintree_php/
lib/ Braintree/ Configuration.php, line 165
Class
- Braintree_Configuration
- acts as a registry for config data.
Code
public static function privateKey($value = null) {
return self::setOrGet(__FUNCTION__, $value);
}