Braintree\PaymentMethodGateway::update PHP Метод

update() публичный Метод

public update ( $token, $attribs )
    public function update($token, $attribs)
    {
        Util::verifyKeys(self::updateSignature(), $attribs);
        return $this->_doUpdate('/payment_methods/any/' . $token, ['payment_method' => $attribs]);
    }