Skip to content

Releases: digitickets/omnipay-stripe-checkout

Fix item price rounding bug

22 Dec 10:39

Choose a tag to compare

The item prices were being multiplied by 100 then cast to an int. The problem is that PHP can't always represent the amount accurately and sometimes the figure was very slightly below the actual figure, so when you cast to an int after multiplying by 100, it simply chops off the remaining decimal part, which effectively loses 1 pence/cent.

It now rounds the figure after multiplying by 100, which fixes the problem.

First official release

08 Oct 10:32

Choose a tag to compare

v1.0.0

Include the supplied description in the payment intent, which becomes…

v0.1.0

13 Oct 15:32

Choose a tag to compare

Update readme to warn that negative- and zero-value items are filtere…

Token release

13 Dec 15:28

Choose a tag to compare

Token release Pre-release
Pre-release

Just to create a release.