Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

put service

No prob Igor,
open the app and click checkout on the navbar, service is fired on this button

cheers

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

put service

Image

replace it with next one:
pre
return JSON.parse(localStorage.getItem("liveorderArray"));
/pre

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

put service

Cheers Igor,
made the change, new error

Image

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

put service

You can add alert to check what value is stored in localStorage.
pre
alert(localStorage.getItem("liveorderArray"));
/pre

It'll return "null". You should put some value to localStorage before executing service request.

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

put service

Nothing, here is result and localstorage click ok and error appears

Image

Image

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

put service

Hi Michael, have you shared your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a ?

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

put service

Hi lllya,
App is shared star pizza

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

put service

Hi folks,
any news on this item?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

put service

Hi,

You can delete alert, you don't need it any more.
Service "currentorderService" return error when you call it. You need to fix service configurations.

Image

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

put service

Thanks Igor,
can you tell me what configurations are wrong?

Return to “Issues”