issues
search
PayU-EMEA
/
alu-client-php
Automatic Live Update Client
https://secure.payu.ro/docs/alu/v3/
25
stars
22
forks
source link
Bugfix on parsing wire account information from the response, some refactoring and some new tests
#28
Closed
ibrahimgunduz34
closed
4 years ago
ibrahimgunduz34
commented
5 years ago
Fixed the issue related parsing wire account information from the payment response.
Fixed the payment response parsing issue which is related HHVM compatibility of some PHP functions.
Moved all array transformation related codes to the separated classes to make client class much lightweight and testable.
Created new tests for each unit of code to improve the test coverage.