feat: Implement getSubscription for paddle without sdk
This commit is contained in:
@@ -13,7 +13,7 @@ const handleSubscriptionPaymentSucceeded = async (request: IRequest) => {
|
||||
})
|
||||
.throwIfNotFound();
|
||||
|
||||
const remoteSubscription = await Billing.paddleClient.getSubscriptionPlan(
|
||||
const remoteSubscription = await Billing.paddleClient.getSubscription(
|
||||
Number(subscription.paddleSubscriptionId)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user