Jonatan Witoszek

Results 31 comments of Jonatan Witoszek

> `totalNonIssueRefund = grantedRefund - totalRefunded - totalPendingRefund` @korycins right, I forgot that the values can be negative 😅 That will work 🥳

> Saleor will silently accept a call with the same details but no values will be updated for each next call. Can we add some clue that the call was...

> pspReference is required. In case of missing psp reference, the webhook will be treat as undelivered. Does it mean that Saleor can make another request to app to retry...

Will this change affect `transactionCreate` webhook? Will I still be able to create a transaction + an event with it? Another one: in the new dashboard views we will be...

I have a few additional suggestions / questions that might be more... exotic, but I think we should still think about this: ## Updating transactions without providing its ID This...

Please change type on `transactionEvent.amount` to `PositiveDecimal` like we have on the rest of the transaction ;)

I've run codemod to migrate every story to CSF format instead of `storiesOf`. Unfortunately Storybooks codemod build is broken so I needed to do some hacks to make it work:...

This feature was implemented in this PR: https://github.com/saleor/react-storefront/pull/484

@korycins ## Missing total amounts 2.2.1 - I don't see the other pending amounts for transactions statuses (from `TransactionEventTypeEnum`): - `totalPendingRefund` ✅ - `totalPendingCharge` ✅ - `totalPendingAuthorization` ❌ - `totalPendingCancel`...

This is a good idea to add logs for any webhook requests - not only for refunds, or Transaction API. It would be great help when debugging what had happened...