Skip to content

Commit

Permalink
BP-3730-Update, test & release (1.49.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandervdHulst committed Sep 9, 2024
1 parent 997a104 commit 4a451c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Api/PaypalExpressQuoteCreateInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
namespace Buckaroo\Magento2\Api;

use Buckaroo\Magento2\Api\Data\PaypalExpress\ShippingAddressRequestInterface;
use Buckaroo\Magento2\Api\Data\QuoteCreateResponseInterface;

interface PaypalExpressQuoteCreateInterface
{
Expand All @@ -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,
Expand Down

0 comments on commit 4a451c7

Please sign in to comment.