We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7ab02 commit 0ba61f0Copy full SHA for 0ba61f0
src/Transaction.php
@@ -114,7 +114,7 @@ public static function start($options = array())
114
if(isset($product['tax'])) {
115
$taxClass = Helper::calculateTaxClass($product['price'], $product['tax']);
116
} else {
117
- $taxClass = Helper::calculateTaxClass($product['price'], 0);
+ $taxClass = 'N';
118
}
119
120
$taxPercentage = null;
0 commit comments