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
When previewing a subscription change that generates immediate proration, the relevant immediateTransaction.details.lineItems do not include proration details such as the rate and billing period.
The docs and usage of the API directly includes a null or object as appropriate, but they are missing entirely from this package.
Steps to reproduce
Create a subscription with recurring items.
Attempt to preview a subscription modification lowering the quantity using paddle.subscriptions.previewUpdate() with the prorationBillingMode set to prorated_immediately
What did you expect to happen?
Proration details for any existing items that result in a credit are included in the immediate transaction line items. Otherwise, the property is null as documented and via the API directly.
Logs
No response
The text was updated successfully, but these errors were encountered:
What happened?
When previewing a subscription change that generates immediate proration, the relevant
immediateTransaction.details.lineItems
do not includeproration
details such as the rate and billing period.The docs and usage of the API directly includes a null or object as appropriate, but they are missing entirely from this package.
Steps to reproduce
paddle.subscriptions.previewUpdate()
with theprorationBillingMode
set toprorated_immediately
What did you expect to happen?
Proration details for any existing items that result in a credit are included in the immediate transaction line items. Otherwise, the property is
null
as documented and via the API directly.Logs
No response
The text was updated successfully, but these errors were encountered: