Anuj Khandelwal

Results 4 issues of Anuj Khandelwal

Currently, some subscription management actions can be performed by users with delete permission on the org, whereas some others allow users with update permission to make subscription changes. For example,...

Currently, if `stripe_auto_tax` is enabled, and the user does not have an address associated with the billing account, we get an error from stripe as follows: ``` { "code": "customer_tax_location_invalid",...

Per documentation, the entitlement check should work with both, product id as well as feature id. However, this is what the actual behaviour is: 1. We try to fetch the...