contributte / comgate

:euro: Comgate Payment Gateway implementation for Nette Framework
https://contributte.org/packages/contributte/comgate.html
MIT License
18 stars 17 forks source link

Price in payment with possible two decimal numbers #4

Closed cendak closed 4 years ago

cendak commented 4 years ago

without BC break only method Payment::getPrice() returns float

f3l1x commented 4 years ago

You can test it like that:

{
  "require": {
    "contributte/comgate": "^0.2.0"
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
hrach commented 4 years ago

https://github.com/contributte/comgate/issues/2#issuecomment-518189443

f3l1x commented 4 years ago

Yeah, I know. @cendak takes care of it in the next step.