forked from OpenWF/SpaceNinjaServer
fix: include currency changes in purchase response (#2740)
Closes #2739 Reviewed-on: OpenWF/SpaceNinjaServer#2740 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
parent
2cfb21b98e
commit
0a3f9549a9
@ -209,7 +209,7 @@ export const handlePurchase = async (
|
||||
inventory,
|
||||
purchaseRequest.PurchaseParams.ExpectedPrice,
|
||||
purchaseRequest.PurchaseParams.UsePremium,
|
||||
prePurchaseInventoryChanges
|
||||
purchaseResponse.InventoryChanges
|
||||
);
|
||||
|
||||
switch (purchaseRequest.PurchaseParams.Source) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user