- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
Currently the module only allows you to have one order discount because the foreach overwrites the $request_body['Discount'] value with each pass. We could either increment this value or pass the items in the $lines[] array. I opted for the latter so that we'd have more data about the discount passed to AvaTax. Patch attached.
Closed: outdated
4.0
Code
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.