Skip to content

Commit 8c5e63b

Browse files
author
Ivan Tagil
authored
Merge pull request #37 from Itonomy/feature/CMP-65_configuration-of-order-expiry-time
CMP-65 - Bug fixing
2 parents f5008a1 + cf98ae4 commit 8c5e63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/Quote/Request/Part/Expiry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Expiry implements RequestPartByQuoteInterface
1919
*/
2020
public function process(CartInterface $quote, OrderCreate $orderCreate): OrderCreate
2121
{
22-
$orderCreate->setReturnUrls([]);
22+
$orderCreate->setExpiry([]);
2323

2424
return $orderCreate;
2525
}

0 commit comments

Comments
 (0)