Skip to content

Commit

Permalink
Update SolanaMarketplace.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
PromiseGameFi committed Oct 4, 2024
1 parent b48d51c commit f619583
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -13,9 +13,7 @@ void USolanaMarketplace::ListItemForSale(FString ItemID, float Price, const FStr
Request->SetHeader("Content-Type", "application/json");

FString JsonString = FString::Printf(TEXT("{\"method\":\"listItem\",\"params\":[\"%s\",%f]}"), *ItemID, Price);
Request->SetContentAsString(JsonString);

Request->ProcessRequest();
R
}


0 comments on commit f619583

Please sign in to comment.