Initial Commit
This commit is contained in:
22
dependencies/stripe/stripe-php/lib/Service/BillingPortal/SessionService.php
vendored
Normal file
22
dependencies/stripe/stripe-php/lib/Service/BillingPortal/SessionService.php
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
// File generated from our OpenAPI spec
|
||||
namespace WP_Ultimo\Dependencies\Stripe\Service\BillingPortal;
|
||||
|
||||
class SessionService extends \WP_Ultimo\Dependencies\Stripe\Service\AbstractService
|
||||
{
|
||||
/**
|
||||
* Creates a session of the customer portal.
|
||||
*
|
||||
* @param null|array $params
|
||||
* @param null|array|\Stripe\Util\RequestOptions $opts
|
||||
*
|
||||
* @throws \Stripe\Exception\ApiErrorException if the request fails
|
||||
*
|
||||
* @return \Stripe\BillingPortal\Session
|
||||
*/
|
||||
public function create($params = null, $opts = null)
|
||||
{
|
||||
return $this->request('post', '/v1/billing_portal/sessions', $params, $opts);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user