Proxima Login fail
Proxima
Ok so when I log in I am doing this as the Authentication
String credentials = ClientMap.PROXIMA_PASSWORD + ":" + ClientMap.PROXIMA_PASSWORD;This works when logging in. Then I do this to post a payment
String credentials = ClientMap.PROXIMA_PASSWORD + ":" + session_id;And on the server side I am only debugging the user
fdebug($_user);And I get this in the debug log.
Quote: (2015-01-21T18:42:48+00:00.0.85112300 : 0)-(mem: 9437184)-(pid: 651868)-(ip: 97.85.164.92)-(uri: n8flex.com/msone/checkout/token=tok_15NTRCEVo3ItZB1yHeR5qRHu/total=220/last4=4242/ids=28) Array ( [quota_id] => 0 [user_language] => en-US [is_logged_in] => no )