Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
witoszekdev committed Feb 10, 2025
1 parent f3826bb commit eaf8b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/app-store/apps/adyen/migration-guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ app sent `amount: 0 to` Saleor, which caused Transactions that were cancelled in

#### After this release

Now app when handling such events, will fetch last known `CANCEL_*` event from Saleor and use it's amount or will use `authorizedAmount` or `authorizePendingAmount` on related `TransactionItem` from Saleor.
Now app when handling such events, will fetch last known `CANCEL_` event from Saleor and use it's amount or will use `authorizedAmount` or `authorizePendingAmount` on related `TransactionItem` from Saleor.

### Incorrect handling of negative amounts

Expand Down

0 comments on commit eaf8b6c

Please sign in to comment.