Cartalyst\Stripe\Api\Orders::find PHP Method

find() public method

Retrieves an existing order.
public find ( string $orderId ) : array
$orderId string
return array
    public function find($orderId)
    {
        return $this->_get("orders/{$orderId}");
    }