All checks were successful
Build and Push Docker Images / docker (push) Successful in 45s
Changed request parameters to match Wren API docs: - 'portfolio' → 'portfolioId' (correct parameter name) - 'dry_run' → 'dryRun' (camelCase as per API) - Removed 'currency' and 'amount_charged' (API calculates amount) - Removed 'source' object (not in API spec) - Added 'note' with customer email for record keeping API will now calculate and return the amount charged based on tons and portfolio. Reference: https://www.wren.co/api/offset-orders documentation