Confirmed users
324
edits
| Line 166: | Line 166: | ||
iss : sellerIdentifier, // developer identifier in this case | iss : sellerIdentifier, // developer identifier in this case | ||
aud : "tu.com", | aud : "tu.com", | ||
typ : "tu.com/payments/inapp/ | typ : "tu.com/payments/inapp/v1", | ||
exp : int(time.time() + 3600), | exp : int(time.time() + 3600), | ||
iat : int(time.time()), | iat : int(time.time()), | ||
| Line 174: | Line 174: | ||
price : "0.99”,, | price : "0.99”,, | ||
currencyCode : "USD", | currencyCode : "USD", | ||
postbackURL: | postbackURL : "marketplace.mozilla.org/postback", | ||
chargebackURL: | chargebackURL : "marketplace.mozilla.org/chargeback", | ||
productData | productData : "my_product_id=123" | ||
} | } | ||
} | } | ||