Skip to content

Commit

Permalink
Fixed CZK currency bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolbiely committed Nov 8, 2019
1 parent b3c7d2d commit 8a27944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Payment
'rate' => 1,
],
self::CURRENCY_CZK => [
'id' => self::CURRENCY_EUR,
'id' => self::CURRENCY_CZK,
'name' => 'Česká koruna',
'code' => 'CZK',
'symbol' => 'Kč',
Expand Down

0 comments on commit 8a27944

Please sign in to comment.