Skip to content

Commit

Permalink
Merge pull request #213 from condor2/patch-1
Browse files Browse the repository at this point in the history
Update laybuy.php
  • Loading branch information
TheCartpenter authored Dec 25, 2023
2 parents 408e220 + c3ec459 commit 16f5a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/model/extension/payment/laybuy.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ModelExtensionPaymentLaybuy extends Model {
*
* @return void
*/
public function addTransaction(array $data = [], int $status): void {
public function addTransaction($data, int $status): void {
$this->log('Report: ' . print_r($data, true), '1');
$this->log('Status: ' . $status, '1');

Expand Down

0 comments on commit 16f5a8b

Please sign in to comment.