Skip to content

Commit 9215a09

Browse files
committed
Release 1.0.31
1 parent 5bd8409 commit 9215a09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Services/WalleeTransactionService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function confirmTransaction(Transaction $transaction): void
170170
$order->transaction_id = $transactionId;
171171
$order->data = json_encode([]);
172172
$order->payment_method = $_SESSION['possiblePaymentMethodName'];
173-
$order->order_id = $orderNumber;
173+
$order->order_id = null;
174174
$order->space_id = $this->spaceId;
175175
$order->state = TransactionState::PENDING;
176176
$order->created_at = date('Y-m-d H:i:s');

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => '__root__',
44
'pretty_version' => 'dev-master',
55
'version' => 'dev-master',
6-
'reference' => '0f42d64b0561ba3df2ee7c9f841019fe14bcf797',
6+
'reference' => '5ee523786d761a7d296d33e37d50740bb24a3a40',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'__root__' => array(
1414
'pretty_version' => 'dev-master',
1515
'version' => 'dev-master',
16-
'reference' => '0f42d64b0561ba3df2ee7c9f841019fe14bcf797',
16+
'reference' => '5ee523786d761a7d296d33e37d50740bb24a3a40',
1717
'type' => 'library',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)