Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekaburnett authored Dec 7, 2023
1 parent 1ce2e90 commit b244fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ paths:
When cancelling a charge that is `PARTIALLY_CAPTURED`, the remaining funds on the charge
will be released back to the customer.
Pleaste note: If you cancel an agreement, all the charges for that agreement are automatically cancelled.
Please note: If you cancel an agreement, all the charges for that agreement are automatically cancelled.
operationId: CancelCharge
parameters:
- $ref: "#/components/parameters/Authorization"
Expand Down Expand Up @@ -1019,7 +1019,7 @@ paths:
A "special case" endpoint to fetch a single charge just by `chargeId`, when the `agreementId` is unknown.
This is useful for investigating claims from customers, but not intended for automation.
Pleaste note: This is *not* a replacement for the normal endpoint for fetching charges:
Please note: This is *not* a replacement for the normal endpoint for fetching charges:
`GET:/recurring/v3/agreements/{agreementId}/charges/{chargeId}`.
operationId: FetchChargeByIdV3
parameters:
Expand Down

0 comments on commit b244fd1

Please sign in to comment.