Skip to content

Commit

Permalink
1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 29, 2021
1 parent 88223dc commit 6c7142c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LineItem/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected function price() {return $this->charge()->cFromDocF(df_oqi_price($this
* @used-by \Dfe\TwoCheckout\LineItem::build()
* @return bool
*/
protected function tangible() {return !df_virtual_or_downloadable($this->p());}
protected function tangible() {return df_tangible($this->p());}

/**
* 2016-05-29
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/2checkout"
,"version": "1.6.7"
,"version": "1.6.8"
,"description": "2Checkout integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/2checkout"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=6.7.7", "2checkout/2checkout-php": "*"}
,"require": {"mage2pro/core": ">=7.5.0", "2checkout/2checkout-php": "*"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\TwoCheckout\\": ""}}
,"keywords": [
"2Checkout"
Expand Down

0 comments on commit 6c7142c

Please sign in to comment.