Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Api/IdealQuoteCreateInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ interface IdealQuoteCreateInterface
/**
* Get order breakdown after shipping is applied
*
* @param ShippingAddressRequestInterface $shipping_address
* @param string $page
* @param string|null $order_data
* @return QuoteCreateResponseInterface
*/
public function execute(
ShippingAddressRequestInterface $shipping_address,
string $page,
string $order_data = null
);
Expand Down
Loading
Loading