From 4a451c7eb5fab07a6b09911c932ea8e9bd1bfe69 Mon Sep 17 00:00:00 2001 From: Sander Date: Mon, 9 Sep 2024 12:54:58 +0200 Subject: [PATCH] BP-3730-Update, test & release (1.49.4) --- Api/PaypalExpressQuoteCreateInterface.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Api/PaypalExpressQuoteCreateInterface.php b/Api/PaypalExpressQuoteCreateInterface.php index 948873ee0..74947cd96 100644 --- a/Api/PaypalExpressQuoteCreateInterface.php +++ b/Api/PaypalExpressQuoteCreateInterface.php @@ -22,6 +22,7 @@ namespace Buckaroo\Magento2\Api; use Buckaroo\Magento2\Api\Data\PaypalExpress\ShippingAddressRequestInterface; +use Buckaroo\Magento2\Api\Data\QuoteCreateResponseInterface; interface PaypalExpressQuoteCreateInterface { @@ -31,8 +32,8 @@ interface PaypalExpressQuoteCreateInterface * @param \Buckaroo\Magento2\Api\Data\PaypalExpress\ShippingAddressRequestInterface $shipping_address * @param string $page * @param string|null $order_data - * @return \Buckaroo\Magento2\Api\Data\PaypalExpress\QuoteCreateResponseInterface - */ + * @return QuoteCreateResponseInterface + */ public function execute( ShippingAddressRequestInterface $shipping_address, string $page,