Skip to content

Commit

Permalink
Merge pull request #1040 from buckaroo-it/BP-3748-PayPal-error-Can't-…
Browse files Browse the repository at this point in the history
…ship-to-this-location-(choose-another-address)

BP-3748-PayPal error: Can't ship to this location (choose another address)
  • Loading branch information
SandervdHulst authored Sep 10, 2024
2 parents 698a96e + 4a451c7 commit 9f3f339
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 9f3f339

Please sign in to comment.