mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 07:26:22 +02:00
added tests
This commit is contained in:
parent
005a888f50
commit
f22f16d720
7 changed files with 81 additions and 2 deletions
|
@ -7,7 +7,7 @@ module EisBilling
|
|||
# irb(main):048:0> decrypted_back = crypt.decrypt_and_verify(encrypted_data)
|
||||
# => "PLEASE CREATE INVOICE"
|
||||
TOKEN = "Bearer WA9UvDmzR9UcE5rLqpWravPQtdS8eDMAIynzGdSOTw==--9ZShwwij3qmLeuMJ--NE96w2PnfpfyIuuNzDJTGw==".freeze
|
||||
BASE_URL = "http://eis_billing_system:3000".freeze
|
||||
BASE_URL = ENV['eis_billing_system_base_url']
|
||||
|
||||
protected
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue