Samsung / Tizen.NET

Welcome to Tizen .NET
Other
210 stars 32 forks source link

BuyItem method from Samsung Checkout SDK returns an error callback inside .NET application #226

Closed kovacmatic closed 1 year ago

kovacmatic commented 1 year ago

I'm having a problem with Samsung Checkout integration in out existing .NET TizenFX (TV) application.

I followed the instructions here: https://developer.samsung.com/smarttv/develop/tizen-net-tv/guides/samsung-checkout/implementing-the-purchase-process.html

First step where I request a product for sale goes through successfully. I get the product, parse its data and prepare all parameters to call the BuyItem method. Unfortunately the method returns an error callback, and no purchase GUI is shown in the application.

Error callback I get is:


 {
  "result": "FAIL",
  "optionalData": "{\n  \"OrderTotal\": \"7.45\",\n  \"OrderItemID\": \"myitemid\",\n  \"OrderTitle\": \"My Item Title\",\n  \"OrderCurrencyID\": \"USD\",\n  \"OrderCustomID\": \"123456789\"\n}"
 } 

Any suggestions?

sung-su commented 1 year ago

Hello, You'd better ask Developer Support about this problem.

kovacmatic commented 1 year ago

Of course we did, several times already, but each time we wait a very long time for their answer and it is usually useless (too general, non-technical). So we are looking for help through other channels...

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days