Mastercard / oauth1-signer-ruby

Zero dependency library for generating a Mastercard API compliant OAuth signature.
https://developer.mastercard.com/platform/documentation/security-and-authentication/using-oauth-1a-to-access-mastercard-apis/
MIT License
5 stars 0 forks source link

[BUG] Update require statement in README for Creating the OAuth Authorization Header #23

Closed devonh-block closed 9 months ago

devonh-block commented 10 months ago

With the new namespace changes, I believe the require 'oauth' statement needs to be updated to require 'mastercard/oauth'.

joseph-neeraj commented 9 months ago

hi @devonh-block thank you for bringing this to our notice. This has been fixed now.

danny-gallagher commented 9 months ago

Thanks @joseph-neeraj, Closing the issue