PHP Class Test\Integration\MerchantTest

Inheritance: extends Test\Setup
Show file Open project: braintree/braintree_php

Public Methods

Method Description
testAssertsHasCredentials ( )
testBadPaymentMethods ( )
testCreateEUMerchantThatAcceptsMultipleCurrencies ( )
testCreateMerchant ( )
testCreateMultiCurrencyMerchantIgnoresCurrenciesIfNotInternalApplication ( )
testCreatePaypalOnlyMerchantThatAcceptsMultipleCurrencies ( )
testCreatePaypalOnlyMerchantWithNoCurrenciesProvided ( )
testCreatePaypalOnlyMerchantWithUnsupportedCountryCodeProvided ( )
testCreateUSMerchantThatAcceptsMultipleCurrencies ( )
testInvalidCurrencyForMultiCurrency ( )
testUnallowedPaymentMethodsForMultiCurrency ( )

Private Methods

Method Description
getMerchantAccountForCurrency ( $merchantAccounts, $currency )

Method Details

testAssertsHasCredentials() public method

testBadPaymentMethods() public method

testCreateEUMerchantThatAcceptsMultipleCurrencies() public method

testCreateMerchant() public method

public testCreateMerchant ( )

testCreateMultiCurrencyMerchantIgnoresCurrenciesIfNotInternalApplication() public method

testCreatePaypalOnlyMerchantThatAcceptsMultipleCurrencies() public method

testCreatePaypalOnlyMerchantWithNoCurrenciesProvided() public method

testCreatePaypalOnlyMerchantWithUnsupportedCountryCodeProvided() public method

testCreateUSMerchantThatAcceptsMultipleCurrencies() public method

testInvalidCurrencyForMultiCurrency() public method

testUnallowedPaymentMethodsForMultiCurrency() public method