Cartalyst\Stripe\Api\Customers::update PHP 메소드

update() 공개 메소드

Updates an existing customer.
public update ( string $customerId, array $parameters = [] ) : array
$customerId string
$parameters array
리턴 array
    public function update($customerId, array $parameters = [])
    {
        return $this->_post("customers/{$customerId}", $parameters);
    }