Cartalyst\Stripe\Api\Orders::find PHP 메소드

find() 공개 메소드

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