Magento 2
How does the PayPal module request the PayPal Payflow API
Development
Payment
paypal-payflow
,
http-request
,
paypal
,
zend-http-client
,
payment
dmitrii_fediuk
(Dmitrii Fediuk)
January 7, 2016, 5:11am
1
It uses
\Magento\Framework\HTTP\ZendClient
:
How to request an external web API
dmitrii_fediuk
(Dmitrii Fediuk)
January 7, 2016, 6:16am
2
See also:
How to request an external web API