casino-server icon indicating copy to clipboard operation
casino-server copied to clipboard

Payment gateway

Open zilveer opened this issue 10 years ago • 5 comments

Hi, is there any kind of payment gateway to this app? If not how is it easiest to achieve?

Regards

zilveer avatar Jan 08 '15 05:01 zilveer

payment gateway is not implemented yet.

the easiest way is implement a callback URL with php (or node js), write the deposit of coins to redis, then pass it to apple or google in-app purchase.

floatinghotpot avatar Jan 08 '15 14:01 floatinghotpot

Hi, thanks for your reply..

Could you possible write a kind of example? That would be easier for me since I am still looking through the code to understand how it is working out.l

And also, is it possible to get in touch with you through mail?

I sent you an email about 10 hours ago but dont know if you still use that mail (I found it on google).

regards

zilveer avatar Jan 08 '15 14:01 zilveer

this project is still under development and not fully completed yet. you may need write that part yourself.

using your favorite php or jsp or node js, write data to redis server. user data is stored in a hash map, the key is "user:#{uid}", type hgetall in redis-cli to see the fields.

floatinghotpot avatar Jan 08 '15 14:01 floatinghotpot

Ok.. thanks.. But is the texas holdem game finished?

I really would like to get in touch with you privately if possible.

Please let me know how I can get in touch with you privately.

zilveer avatar Jan 08 '15 15:01 zilveer

the email you sent is correct. but i prefer tracking issue and discuss here, as other people can join discussion too.

only when you wanna discuss something confidential, send me email.

floatinghotpot avatar Jan 09 '15 00:01 floatinghotpot