Skip to content

Commit 1f4495a

Browse files
committed
changed encodeOrderId to use order id
1 parent 0aa2eda commit 1f4495a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Data.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function getPaymentRequestByOrderId(mixed $nofrixionOrderId): array
198198

199199
public function encodeOrderId(Order $order): string
200200
{
201-
$r = $order->getIncrementId() . self::ORDER_ID_SEPARATOR . time();
201+
$r = $order->getId() . self::ORDER_ID_SEPARATOR . time();
202202
return $r;
203203
}
204204

0 commit comments

Comments
 (0)