public static function Braintree_Customer::updateCustomerUrl in Commerce Braintree 7
@access public
Parameters
none:
Return value
string
1 call to Braintree_Customer::updateCustomerUrl()
- Braintree_CustomerTest::updateCustomerViaTr in braintree_php/
tests/ integration/ CustomerTest.php
File
- braintree_php/
lib/ Braintree/ Customer.php, line 361
Class
- Braintree_Customer
- Creates and manages Customers
Code
public static function updateCustomerUrl() {
trigger_error("DEPRECATED: Please use Braintree_TransparentRedirectRequest::url", E_USER_NOTICE);
return Braintree_Configuration::merchantUrl() . '/customers/all/update_via_transparent_redirect_request';
}