question

mr22120237 avatar image
mr22120237 asked

Get "RM" pricing Bug?

I have catched the StoreItem from catalog , but why the price is not been update after I modified?

Is this bug?

Or is "RM" value will be overrided by the real receipt? (It seems like it does)

1.jpg (55.6 KiB)
2.jpg (4.9 KiB)
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gosen Gao avatar image
Gosen Gao answered

The RM is used to measure how much money players spend. After buying an item with In-Game-Purchase system, the RM will be added to player's Value-to-Date(VTD). You can use API SetCatalogItems and SetStoreItems to modify the RM. Please note that the RM of a StoreItem will overwrite the RM of a CatalogItem. You mentioned that the price has not been update, may I know your titleId and how you get the latest RM? Could you please try to get the RM by Postman to see if you can get the correct RM?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.