Skip to content

Instantly share code, notes, and snippets.

@rakshazi
Created August 21, 2015 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rakshazi/538e08b6a638388a7c0a to your computer and use it in GitHub Desktop.
Save rakshazi/538e08b6a638388a7c0a to your computer and use it in GitHub Desktop.
<?php
foreach ($request->getAllItems() as $item) {
$request->setPackageValue($request->getPackageValue() + $item->getTaxAmount());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment