You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thevendor id
andvendor_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.
The text was updated successfully, but these errors were encountered: