You are here

public static function Braintree_Address::updateSignature in Commerce Braintree 7

creates a full array signature of a valid update request

Return value

array gateway update request format

1 call to Braintree_Address::updateSignature()
Braintree_Address::update in braintree_php/lib/Braintree/Address.php
updates the address record

File

braintree_php/lib/Braintree/Address.php, line 205

Class

Braintree_Address
Creates and manages Braintree Addresses

Code

public static function updateSignature() {

  // TODO: remove customerId from update signature
  return self::createSignature();
}