javascript - Payments dialog USD vs Credits -


following newly released api pass

dev_purchase_params: {'oscif': true}

along other normal params fb.ui payments dialog results in inconsistent behaviour. wondering if doing wrong.

if have enough credits balance pay item, payments dialog show item price in credits (ie. purchase xyz - price:10 credits). if don't have enough credits, shows in usd (or whatever currency user has set default). example, if item costs 10 dollars (100 credits) , have 50 credits balance, show "purchase xyz - price:$10 usd" along payment options , such.

is there way show usd(or local currency)? otherwise, our in game storefront little inconsistent payment dialog. if price local currency prices payment dialog pops asking credits, confuse end user.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -