Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
stripe
/
stripe-php
/
lib
/
Service
/
BillingPortal
Location:
/home/zoteqbgb/public_html/vendor/stripe/stripe-php/lib/Service/BillingPortal
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: SessionService.php
<?php // File generated from our OpenAPI spec namespace Stripe\Service\BillingPortal; class SessionService extends \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); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
BillingPortalServiceFactory.php
689 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
ConfigurationService.php
2,346 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
SessionService.php
604 bytes
0644
2023-10-16 23:04
âï¸
ðï¸
Rename
Chang
Apply