fix: include currency changes in purchase response
All checks were successful
Build / build (pull_request) Successful in 1m4s

This commit is contained in:
Sainan 2025-09-02 13:43:12 +02:00
parent 3fedc701f1
commit 1e62bb5378

View File

@ -209,7 +209,7 @@ export const handlePurchase = async (
inventory,
purchaseRequest.PurchaseParams.ExpectedPrice,
purchaseRequest.PurchaseParams.UsePremium,
prePurchaseInventoryChanges
purchaseResponse.InventoryChanges
);
switch (purchaseRequest.PurchaseParams.Source) {