lib/vodacom/client.rb in vodacom-0.0.9 vs lib/vodacom/client.rb in vodacom-0.0.10

- old
+ new

@@ -2,10 +2,10 @@ class Client # include HTTParty_with_cookies LOGIN_PATH = 'https://www.vodacom.co.za/cloud/login/v3/login' BALANCE_PATH = 'https://www.vodacom.co.za/cloud/rest/balances/v3/bundle/balances/' - BALANCE_V4_PATH = 'https://www.vodacom.co.za/cloud/rest/balances/v3/bundle/balances/' + BALANCE_V4_PATH = 'https://www.vodacom.co.za/cloud/rest/balances/v4/bundle/balances/' attr_reader :username, :password, :base_path, :port,