Closed asilgalis closed 8 months ago
@anders-trustly
I've hit exactly the same problem
Type error: Argument 6 passed to Trustly_Api_Signed::accountPayout() must be an instance of , string given, called in /home/michal/projects/somtel-api/
src/MS/TrustlyBundle/Service/TrustlyService.php on line 116
Can this be merged?
Best regards, Michal
Method
Trustly_Api_Signed->accountPayout(...)
did not work for php v7.2 (probably other versions too) because of this character being identified as a type hint for$currency
argument.