Problem/Motivation
In some situations, monthly components (add-ons) are being billed weirdly. Where 1 month would be expected, it's instead two positions:
- 0,000010 x 1
- 1,999990 x 1
Whereas 1x1 would have been expected.
So besides the strange splitting, two month are billed instead of one.
Steps to reproduce
Bill a monthly component at certain points in time
Proposed resolution
Billwerk says, the start date should be removed for recurring components billing in the order API call
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork billwerk_subscriptions-3524721
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
anybodyHere we go, sorry for the code style fixes in the same commit. -.-
Comment #4
anybodyComment #5
anybodyWorks as expected in my testing! RTBC!
Comment #7
anybody