Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
criskell committed Jan 4, 2024
1 parent 86ea532 commit df108fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/Refunds.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function getOne(string $refundID): array
* "value" => 0,
* // Your transaction ID, or endToEnd ID, to keep track of this refund.
* "transactionEndToEndId" => "",
* // Your correlation ID, unique identifier refund
* // Your correlation ID, unique identifier refund.
* "correlationID" => "",
* // Comment of this refund. Maximum length of 140 characters.
* "comment" => "",
Expand Down

0 comments on commit df108fa

Please sign in to comment.