Radhika Shukla
Radhika Shukla

Reputation: 115

Local Currency IDR [Indonesian Rupiah] giving Error

When a user's current country and preferred currency do not match, several problems arise for certain users (especially those from Indonesian country). For example:

The debugger gives no error:

<head prefix="og: http://ogp.me/ns# 
fb: http://ogp.me/ns/fb# 
product: http://ogp.me/ns/product#">

<meta property="product:price:amount" content="1.00">
<meta property="product:price:currency" content="USD">

<meta property="product:price:amount" content="1.20">
<meta property="product:price:currency" content="NZD">


<meta property="product:price:amount" content="20000">
<meta property="product:price:currency" content="VND">

<meta property="product:price:amount" content="10000">
<meta property="product:price:currency" content="IDR">

</head>

Pay Dialog Inserted like :

FB.ui(
 {
  method: 'pay',
  action: 'purchaseitem',
  product: url,
  quantity: quantity,   
  request_id: FbAuth.orderId
 }

But there is always a problem In payment Mode.. Thanks in Advance

Upvotes: 0

Views: 231

Answers (1)

Radhika Shukla
Radhika Shukla

Reputation: 115

We got a payment on IDR. Facebook seems to have found and fixed the problem !

Upvotes: 1

Related Questions