Skip to content

Commit

Permalink
Fix typo in api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
IKarbowiak committed Dec 16, 2024
1 parent aa4a57e commit 7f2e5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/payments/price-calculations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ then the calculations are applied in the following order:
4. recalculate amounts based on `REFUND` events
5. recalculate amounts based on `CANCEL` events

#### Authorized Value ([`transactionItem.authorizedAmount`](/api-reference/payments/objects/transaction-item#transactionitemsuthorizedamountmoney---))
#### Authorized Value ([`transactionItem.authorizedAmount`](/api-reference/payments/objects/transaction-item#transactionitemauthorizedamountmoney---))
- When an `AUTHORIZATION_SUCCESS` event occurs and there is no `AUTHORIZATION_FAILURE` or the `FAILURE` event is older: value increases by the `SUCCESS` event's amount.
- When an `AUTHORIZATION_ADJUSTMENT` event occurs: value is overwritten by the adjustment's amount.
- When a `CHARGE_REQUEST` or `CHARGE_SUCCESS` event occurs: value is reduced by the event's amount.
Expand Down

0 comments on commit 7f2e5b2

Please sign in to comment.