Purchasing items from Varzia does not consume Aya #555

Closed
opened 2024-10-15 18:00:19 -07:00 by VampireKitten · 1 comment
VampireKitten commented 2024-10-15 18:00:19 -07:00 (Migrated from github.com)
2024-10-16T02:31:07:568 [0.1.0] debug:  purchase request {
  PurchaseParams: {
    Source: 18,
    StoreItem: '/Lotus/StoreItems/Weapons/Tenno/Rifle/BratonPrime',
    StorePage: '',
    SearchTerm: '',
    CurrentLocation: 'TradeHUB1',
    Quantity: 1,
    UsePremium: false,
    ExpectedPrice: 0
  },
  buildLabel: '2024.10.09.16.31/9tezi8eY3T7s1ZMKjhUbFA'
}
2024-10-16T02:31:07:570 [0.1.0] debug:  handling acquision of /Lotus/StoreItems/Weapons/Tenno/Rifle/BratonPrime
2024-10-16T02:31:07:572 [0.1.0] debug:  store category Weapons
2024-10-16T02:31:07:723 [0.1.0] debug:  currency changes  { currencyChanges: {} }

I'm unsure if this is a problem with the game or with the implementation of purchase requests.

``` 2024-10-16T02:31:07:568 [0.1.0] debug: purchase request { PurchaseParams: { Source: 18, StoreItem: '/Lotus/StoreItems/Weapons/Tenno/Rifle/BratonPrime', StorePage: '', SearchTerm: '', CurrentLocation: 'TradeHUB1', Quantity: 1, UsePremium: false, ExpectedPrice: 0 }, buildLabel: '2024.10.09.16.31/9tezi8eY3T7s1ZMKjhUbFA' } 2024-10-16T02:31:07:570 [0.1.0] debug: handling acquision of /Lotus/StoreItems/Weapons/Tenno/Rifle/BratonPrime 2024-10-16T02:31:07:572 [0.1.0] debug: store category Weapons 2024-10-16T02:31:07:723 [0.1.0] debug: currency changes { currencyChanges: {} } ``` I'm unsure if this is a problem with the game or with the implementation of purchase requests.

This might be related to #463

This might be related to #463
Sign in to join this conversation.
No description provided.