Model
OrderService
Magento\PaymentServicesPaypal\Model\OrderService
What it does
This service class manages PayPal order operations through Magento's Payment Services integration.
Developers use it to create, update, retrieve, and add tracking information to PayPal orders, as well as to map Magento quote and address data into PayPal-compatible formats for API requests.
Public Methods
- create()
- update()
- track()
- get()
- mapAddress()
- buildPayer()
- buildGuestPayer()