trustly / trustly-client-php

Trustly API PHP Client implementation
MIT License
18 stars 28 forks source link

Correct number of given argument #32

Open AJenbo opened 8 months ago

AJenbo commented 8 months ago

These methods are called with more arguments then they accept. Making them accept the extra argument would break anyone extending them so instead I adjusted the code to call them with the expected number of arguments.