You are here

17 calls to Braintree::returnObjectOrThrowException() in Commerce Braintree 7

Braintree_Address::createNoValidate in braintree_php/lib/Braintree/Address.php
attempts the create operation assuming all data will validate returns a Braintree_Address object instead of a Result
Braintree_Address::updateNoValidate in braintree_php/lib/Braintree/Address.php
update an address record, assuming validations will pass
Braintree_BraintreeTest::testReturnException in braintree_php/tests/unit/BraintreeTest.php
@expectedException Braintree_Exception_ValidationsFailed
Braintree_BraintreeTest::testReturnObject in braintree_php/tests/unit/BraintreeTest.php
Braintree_CreditCard::createNoValidate in braintree_php/lib/Braintree/CreditCard.php
attempts the create operation assuming all data will validate returns a Braintree_CreditCard object instead of a Result
Braintree_CreditCard::creditNoValidate in braintree_php/lib/Braintree/CreditCard.php
create a credit on this card, assuming validations will pass
Braintree_CreditCard::saleNoValidate in braintree_php/lib/Braintree/CreditCard.php
create a new sale using this card, assuming validations will pass
Braintree_CreditCard::updateNoValidate in braintree_php/lib/Braintree/CreditCard.php
update a creditcard record, assuming validations will pass
Braintree_Customer::createNoValidate in braintree_php/lib/Braintree/Customer.php
attempts the create operation assuming all data will validate returns a Braintree_Customer object instead of a Result
Braintree_Customer::creditNoValidate in braintree_php/lib/Braintree/Customer.php
credit a customer, assuming validations will pass
Braintree_Customer::saleNoValidate in braintree_php/lib/Braintree/Customer.php
create a new sale for a customer, assuming validations will pass
Braintree_Customer::updateNoValidate in braintree_php/lib/Braintree/Customer.php
update a customer record, assuming validations will pass
Braintree_Transaction::createNoValidate in braintree_php/lib/Braintree/Transaction.php
@ignore @access public
Braintree_Transaction::creditNoValidate in braintree_php/lib/Braintree/Transaction.php
@access public
Braintree_Transaction::saleNoValidate in braintree_php/lib/Braintree/Transaction.php
roughly equivalent to the ruby bang method @access public
Braintree_Transaction::submitForSettlementNoValidate in braintree_php/lib/Braintree/Transaction.php
Braintree_Transaction::voidNoValidate in braintree_php/lib/Braintree/Transaction.php