omise / omise-ruby

Omise Ruby Library
https://docs.opn.ooo
MIT License
40 stars 20 forks source link

Fix child resource does not use correct api key #30 #31

Closed rezigned closed 5 years ago

rezigned commented 5 years ago

Due to the fact that api key is assigned to global object e.g. Omise.secret_api_key, this makes it difficult to maintain per instance api key and can cause some bug when switching between api key.

This PR fix the above issues and #30

Summary

robinclart commented 5 years ago

Gonna use a different solution. Closing for now.