PHP 클래스 Test\Integration\CustomerTest

상속: extends Test\Setup
파일 보기 프로젝트 열기: braintree/braintree_php

공개 메소드들

메소드 설명
createCustomerViaTr ( $regularParams, $trParams )
testAllWithManyResults ( )
testAll_smokeTest ( )
testCreate ( )
testCreateCustomerWithAmexExpressCheckoutCard ( )
testCreateCustomerWithAndroidPayNetworkToken ( )
testCreateCustomerWithAndroidPayProxyCard ( )
testCreateCustomerWithApplePayCard ( )
testCreateCustomerWithCardUsingNonce ( )
testCreateCustomerWithCoinbase ( )
testCreateCustomerWithUsBankAccount ( )
testCreateCustomerWithVenmoAccount ( )
testCreateFromTransparentRedirect ( )
testCreateFromTransparentRedirect_withParamsInTrData ( )
testCreateFromTransparentRedirect_withValidationErrors ( )
testCreateNoValidate_returnsCustomer ( )
testCreateNoValidate_throwsIfInvalid ( )
testCreateWithAccessToken ( )
testCreateWithIdOfZero ( )
testCreateWithInvalidUTF8Bytes ( )
testCreateWithValidUTF8Bytes ( )
testCreate_blankCustomer ( )
testCreate_countryValidations_inconsistency ( )
testCreate_doesNotWorkWithOnetimePayPalNonce ( )
testCreate_withCountry ( )
testCreate_withCreditCard ( )
testCreate_withCreditCardAndBillingAddress ( )
testCreate_withCreditCardAndSpecificVerificationMerchantAccount ( )
testCreate_withCreditCardAndVerificationAmount ( )
testCreate_withCustomFields ( )
testCreate_withDuplicateCardCheck ( )
testCreate_withFraudParams ( )
testCreate_withRiskData ( )
testCreate_withSpecialChars ( )
testCreate_withUnicode ( )
testCreate_withValidationErrors ( )
testCreate_withVenmoSdkPaymentMethodCode ( )
testCreate_withVenmoSdkSession ( )
testCreate_worksWithFuturePayPalNonce ( )
testCreditNoValidate_createsACreditUsingGivenId ( )
testCreditNoValidate_throwsIfInvalid ( )
testCredit_createsACreditUsingGivenCustomerId ( )
testDelete_deletesTheCustomer ( )
testFind ( )
testFind_throwsExceptionIfNotFound ( )
testGatewayCreate ( )
testSaleNoValidate_createsASaleUsingGivenToken ( )
testSaleNoValidate_throwsIfInvalid ( )
testSale_createsASaleUsingGivenToken ( )
testUpdate ( )
testUpdateDefaultPaymentMethod ( )
testUpdateDefaultPaymentMethodFromOptions ( )
testUpdateFromTransparentRedirect ( )
testUpdateFromTransparentRedirect_withParamsInTrData ( )
testUpdateFromTransparentRedirect_withUpdateExisting ( )
testUpdateFromTransparentRedirect_withValidationErrors ( )
testUpdateNoValidate ( )
testUpdate_doesNotWorkWithOnetimePayPalNonce ( )
testUpdate_failOnDuplicatePaymentMethod ( )
testUpdate_forBillingAddressAndExistingCreditCardAndCustomerDetailsTogether ( )
testUpdate_withCountry ( )
testUpdate_withNewCreditCardAndExistingBillingAddress ( )
testUpdate_withNewCreditCardAndVerificationAmount ( )
testUpdate_withUpdatingExistingCreditCard ( )
testUpdate_worksWithFuturePayPalNonce ( )
test_findUsBankAccountGivenPaymentMethodToken ( )
updateCustomerViaTr ( $regularParams, $trParams )

메소드 상세

createCustomerViaTr() 공개 메소드

public createCustomerViaTr ( $regularParams, $trParams )

testAllWithManyResults() 공개 메소드

testAll_smokeTest() 공개 메소드

public testAll_smokeTest ( )

testCreate() 공개 메소드

public testCreate ( )

testCreateCustomerWithAmexExpressCheckoutCard() 공개 메소드

testCreateCustomerWithAndroidPayNetworkToken() 공개 메소드

testCreateCustomerWithAndroidPayProxyCard() 공개 메소드

testCreateCustomerWithApplePayCard() 공개 메소드

testCreateCustomerWithCardUsingNonce() 공개 메소드

testCreateCustomerWithCoinbase() 공개 메소드

testCreateCustomerWithUsBankAccount() 공개 메소드

testCreateCustomerWithVenmoAccount() 공개 메소드

testCreateFromTransparentRedirect() 공개 메소드

testCreateFromTransparentRedirect_withParamsInTrData() 공개 메소드

testCreateFromTransparentRedirect_withValidationErrors() 공개 메소드

testCreateNoValidate_returnsCustomer() 공개 메소드

testCreateNoValidate_throwsIfInvalid() 공개 메소드

testCreateWithAccessToken() 공개 메소드

testCreateWithIdOfZero() 공개 메소드

testCreateWithInvalidUTF8Bytes() 공개 메소드

testCreateWithValidUTF8Bytes() 공개 메소드

testCreate_blankCustomer() 공개 메소드

testCreate_countryValidations_inconsistency() 공개 메소드

testCreate_doesNotWorkWithOnetimePayPalNonce() 공개 메소드

testCreate_withCountry() 공개 메소드

testCreate_withCreditCard() 공개 메소드

testCreate_withCreditCardAndBillingAddress() 공개 메소드

testCreate_withCreditCardAndSpecificVerificationMerchantAccount() 공개 메소드

testCreate_withCreditCardAndVerificationAmount() 공개 메소드

testCreate_withCustomFields() 공개 메소드

testCreate_withDuplicateCardCheck() 공개 메소드

testCreate_withFraudParams() 공개 메소드

testCreate_withRiskData() 공개 메소드

testCreate_withSpecialChars() 공개 메소드

testCreate_withUnicode() 공개 메소드

testCreate_withValidationErrors() 공개 메소드

testCreate_withVenmoSdkPaymentMethodCode() 공개 메소드

testCreate_withVenmoSdkSession() 공개 메소드

testCreate_worksWithFuturePayPalNonce() 공개 메소드

testCreditNoValidate_createsACreditUsingGivenId() 공개 메소드

testCreditNoValidate_throwsIfInvalid() 공개 메소드

testCredit_createsACreditUsingGivenCustomerId() 공개 메소드

testDelete_deletesTheCustomer() 공개 메소드

testFind() 공개 메소드

public testFind ( )

testFind_throwsExceptionIfNotFound() 공개 메소드

testGatewayCreate() 공개 메소드

public testGatewayCreate ( )

testSaleNoValidate_createsASaleUsingGivenToken() 공개 메소드

testSaleNoValidate_throwsIfInvalid() 공개 메소드

testSale_createsASaleUsingGivenToken() 공개 메소드

testUpdate() 공개 메소드

public testUpdate ( )

testUpdateDefaultPaymentMethod() 공개 메소드

testUpdateDefaultPaymentMethodFromOptions() 공개 메소드

testUpdateFromTransparentRedirect() 공개 메소드

testUpdateFromTransparentRedirect_withParamsInTrData() 공개 메소드

testUpdateFromTransparentRedirect_withUpdateExisting() 공개 메소드

testUpdateFromTransparentRedirect_withValidationErrors() 공개 메소드

testUpdateNoValidate() 공개 메소드

testUpdate_doesNotWorkWithOnetimePayPalNonce() 공개 메소드

testUpdate_failOnDuplicatePaymentMethod() 공개 메소드

testUpdate_forBillingAddressAndExistingCreditCardAndCustomerDetailsTogether() 공개 메소드

testUpdate_withCountry() 공개 메소드

testUpdate_withNewCreditCardAndExistingBillingAddress() 공개 메소드

testUpdate_withNewCreditCardAndVerificationAmount() 공개 메소드

testUpdate_withUpdatingExistingCreditCard() 공개 메소드

testUpdate_worksWithFuturePayPalNonce() 공개 메소드

test_findUsBankAccountGivenPaymentMethodToken() 공개 메소드

updateCustomerViaTr() 공개 메소드

public updateCustomerViaTr ( $regularParams, $trParams )