Confirmed users
483
edits
| Line 189: | Line 189: | ||
name : "Demo app", | name : "Demo app", | ||
description : "Demo app", | description : "Demo app", | ||
price : "0.99", | price :"price" : [ | ||
{ | |||
"country": "US", | |||
"currency": "USD", | |||
"amount": 0.99 | |||
}, | |||
{ | |||
"country": "BR", | |||
"currency": "BRL", | |||
"amount": 1.99 | |||
}], | |||
postbackURL : "https://marketplace.mozilla.org/postback", | postbackURL : "https://marketplace.mozilla.org/postback", | ||
chargebackURL : "https://marketplace.mozilla.org/chargeback", | chargebackURL : "https://marketplace.mozilla.org/chargeback", | ||