1
0

Release V2.1.0 (#64)

* Automated commit message

* Update CHANGELOG.md

---------

Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
This commit is contained in:
Dani Kirby
2025-12-04 16:31:21 -06:00
committed by GitHub
parent d01e1a4894
commit b2bdbe4e53
8 changed files with 41 additions and 28 deletions

View File

@@ -1,17 +1,19 @@
# Transactionsearch
# Transaction Search
Use the `/transactions` resource to list transactions and the `/balances` resource to list balances.
```php
$transactionsearchController = $client->getTransactionsearchController();
$transactionSearchController = $client->getTransactionSearchController();
```
## Class Name
`TransactionsearchController`
`TransactionSearchController`
## Methods
* [Search Transactions](../../doc/controllers/transactionsearch.md#search-transactions)
* [Search Balances](../../doc/controllers/transactionsearch.md#search-balances)
* [Search Transactions](../../doc/controllers/transaction-search.md#search-transactions)
* [Search Balances](../../doc/controllers/transaction-search.md#search-balances)
# Search Transactions

View File

@@ -25,7 +25,7 @@ The tracking details of an order.
"capture_id": "capture_id0",
"notify_payer": false,
"tracking_number": "tracking_number6",
"carrier": "ZELERIS",
"carrier": "ACS_GR",
"carrier_name_other": "carrier_name_other0",
"items": [
{

View File

@@ -1423,4 +1423,5 @@ The carrier for the shipment. Some carriers have a global version as well as loc
| `SWIFTX` | Swiftx. |
| `SFYDEXPRESS` | Sfyd Express. |
| `TOPTRANS` | Toptrans. |
| `OTHER` | Other. |