Braintree\MerchantAccountGateway::update PHP Method

update() public method

public update ( $merchant_account_id, $attributes )
    public function update($merchant_account_id, $attributes)
    {
        Util::verifyKeys(self::updateSignature(), $attributes);
        return $this->_doUpdate('/merchant_accounts/' . $merchant_account_id . '/update_via_api', ['merchant_account' => $attributes]);
    }