Open
Description
At the moment, this library can be user for one vendor. What if our app has multiple tenants, and for each one of them we want to allow payments?
That would be possible if Request
would not overwrite the vendor id
and vendor_auth_code
. and just read them from the config if the values do not exist in the $data
.
If you would support PR for this, I can do that.