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
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
when I create_invoice this exception thrown. why and what's it solution?
"Exception: Not authorized for facade: pos"
client = BitPay::SDK::Client.new(api_uri:'https://test.bitpay.com', pem: File.read('/home/pikessoft/projects/jinious/lib/bitpay.pem'), insecure: true )
@Invoice = client.create_invoice(price: amount, currency: 'USD')
Error Message is:
*** BitPay::BitPayError Exception: Not authorized for facade: pos