Skip to content

Commit

Permalink
Merge branch 'release/3.2.0.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunbhardwaj committed Jan 23, 2015
2 parents 4986f92 + b6808d6 commit 5f7368d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sale.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def as_json_ld(self):
'product.product.render',
uri=self.product.uri,
_external=True
)
) if self.product.uri else None
},
"price": str(self.amount),
"priceCurrency": self.sale.currency.code,
Expand Down
2 changes: 1 addition & 1 deletion tryton.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tryton]
version=3.2.0.14
version=3.2.0.15
depends:
nereid_cart_b2c
nereid_payment_gateway
Expand Down

0 comments on commit 5f7368d

Please sign in to comment.