Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Zooz Payment JS lib integration problem

Hello! From JavaScript1 JS asset delete this code:
codefunction showSpinner() {
centerPosition(spinner, 30, 30);
document.body.appendChild(spinner);
}

function hideSpinner() {
try {
document.body.removeChild(spinner);
} catch (e) {
// Do nothing
}

}/code because it's included in Appery.io already.

Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

Zooz Payment JS lib integration problem

YES!!!!! that did it!!

all is working well now, thank you all for your support!

Jamie Robe
Posts: 0
Joined: Sat Feb 08, 2014 1:20 pm

Zooz Payment JS lib integration problem

Hi. I am looking at moving my development to appery,, but zooz is what i use now in my php based web apps. I was wondering if you were able to use zooz in appery, and if so, could you share a complete example of how you make a simple payment. It would really help me understand :-) I have all the zoiz sandbox account already.
Thank you so much,
Jamie

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

Zooz Payment JS lib integration problem

Hi,

ZooZ provide PhoneGap library and server API. You could integrate one of this methods into Appery.io app. We don't have complete example for zooz. You could use below tutorials as examples to integrate zooz service. If you will have any specific questions let us know and we'll help you.
http://docs.appery.io/documentation/u...
http://docs.appery.io/documentation/r...

Jamie Robe
Posts: 0
Joined: Sat Feb 08, 2014 1:20 pm

Zooz Payment JS lib integration problem

Hi Igor,
Thank you for super fast response. I will look at those and try to mock something up to test. If I get something working I will post an example back to this forum.

One of my criteria for adopting any new IDE, programming language, or system is a responsive and active forum. I must say I am impressed so far by this appery forum. Searching thru it this morning has helped me see what other people are doing. Looks like your staff jump in and try to help.

Thank you,
Jamie

Return to “Issues”