CurrencyCloud / currencycloud-php

MIT License
15 stars 38 forks source link

Fix incorrectly mapped transaction #150

Closed borilyordanov closed 1 month ago

borilyordanov commented 1 year ago

Fix an issue where TransactionsEntryPoint::retrieve() return an incorrectly mapped Transaction object. In particular the Transaction::$completedAt was assigned with incorrect value.