28 calls to Braintree_Customer::create() in Commerce Braintree 7
- 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_CustomerTest::testCreate in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreateWithInvalidUTF8Bytes in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreateWithValidUTF8Bytes in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreate_blankCustomer in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreate_countryValidations_inconsistency in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreate_withCountry in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreate_withCreditCard in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreate_withCreditCardAndBillingAddress in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreate_withCreditCardAndSpecificVerificationMerchantAccount in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreate_withCustomFields in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreate_withDuplicateCardCheck in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreate_withSpecialChars in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreate_withUnicode in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testCreate_withValidationErrors in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testDelete_deletesTheCustomer in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testFind in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testUpdate in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testUpdateNoValidate in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testUpdate_forBillingAddressAndExistingCreditCardAndCustomerDetailsTogether in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_CustomerTest::testUpdate_withUpdatingExistingCreditCard in braintree_php/
tests/ integration/ CustomerTest.php - Braintree_Error_ErrorCollectionTest::testDeepSize_withNestedErrors in braintree_php/
tests/ integration/ Error/ ErrorCollectionTest.php - Braintree_Error_ErrorCollectionTest::testOnHtmlField in braintree_php/
tests/ integration/ Error/ ErrorCollectionTest.php - Braintree_Error_ErrorCollectionTest::testOnHtmlField_returnsEmptyArrayIfNone in braintree_php/
tests/ integration/ Error/ ErrorCollectionTest.php - Braintree_Error_ErrorCollectionTest::testOnHtmlField_returnsEmptyForCustomFieldsIfNoErrors in braintree_php/
tests/ integration/ Error/ ErrorCollectionTest.php - Braintree_Error_ValidationErrorCollectionTest::test_deepAll_givesAllErrorsDeeply in braintree_php/
tests/ integration/ Error/ ValidationErrorCollectionTest.php - Braintree_Error_ValidationErrorCollectionTest::test_shallowAll_givesAllErrorsShallowly in braintree_php/
tests/ integration/ Error/ ValidationErrorCollectionTest.php - Braintree_Result_ErrorTest::testValueForHtmlField in braintree_php/
tests/ integration/ Result/ ErrorTest.php