moyasar/moyasar-python

Right way for setting payment api key

ikheifets opened this issue · 0 comments

Library has only one way for setting api key and it's a "monkey patching"(look at readme). I think it's a really big problem for payment gateway client, because client could operate with many accounts and it could be an reason of many problems.

I suggest to implement something like this:

moyasar_client = moyasar.Client('<api key>')
moyasar_client.Payment.fetch('<payment id>')
moyasar_client.Invoice.fetch('<invoice id>')