Skip to content

Commit 25dc3bc

Browse files
committed
WIP
1 parent 700830e commit 25dc3bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/Services/OrdersService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,6 +1827,7 @@ public function refundOrder( Order $order, $fields )
18271827
description: __( 'The current credit has been issued from a refund.' ),
18281828
details: [
18291829
'order_id' => $order->id,
1830+
'author' => Auth::id(),
18301831
]
18311832
);
18321833
}

tests/Traits/WithOrderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2393,6 +2393,7 @@ protected function attemptRefundOrder( $productQuantity, $refundQuantity, $payme
23932393
'products' => $responseData[ 'data' ][ 'order' ][ 'products' ],
23942394
] );
23952395

2396+
$response->dump();
23962397
$response->assertStatus( 200 );
23972398
$responseData = $response->json();
23982399

0 commit comments

Comments
 (0)