/home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api/Checkout
Edit: /home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api/Checkout/Sessions.php (998B)
_post('checkout/sessions', $parameters);
}
/**
* Retrieves an existing session.
*
* @param string $sessionId
* @return array
*/
public function find($sessionId)
{
return $this->_get("checkout/sessions/{$sessionId}");
}
}