You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use Wowmaking\WebPurchases\Resources\Entities\Subscription;
$subscription = $webPurchases->getPurchasesClient()->createSubscription(array $params);
!!!
This method will automatically send an event to Subtruk and FbPixel
if you specified the correct settings ($subtruckParams, $fbPixelParams)
when calling the service
Get subscriptions
use Wowmaking\WebPurchases\Resources\Entities\Subscription;
$subscriptions = $webPurchases->getPurchasesClient()->getSubscriptions(string $customerId);
Cancel subscription
use Wowmaking\WebPurchases\Resources\Entities\Subscription;
$subscriptions = $webPurchases->getPurchasesClient()->cancelSubscription(string $subscriptionId);