The previous implementation attempted to cancel a subscription without checking its status. This commit adds a check to see if the subscription is already cancelled before attempting to cancel it, avoiding unnecessary cancellation requests. This improves the efficiency and reliability of the subscription management process.
Billing - @kit/billing-gateway
This package is responsible for handling all billing related operations. It is a gateway to the billing service.