Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Blair2004 committed Oct 19, 2024
1 parent 700830e commit 25dc3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Services/OrdersService.php
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,7 @@ public function refundOrder( Order $order, $fields )
description: __( 'The current credit has been issued from a refund.' ),
details: [
'order_id' => $order->id,
'author' => Auth::id(),
]
);
}
Expand Down
1 change: 1 addition & 0 deletions tests/Traits/WithOrderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2393,6 +2393,7 @@ protected function attemptRefundOrder( $productQuantity, $refundQuantity, $payme
'products' => $responseData[ 'data' ][ 'order' ][ 'products' ],
] );

$response->dump();
$response->assertStatus( 200 );
$responseData = $response->json();

Expand Down

0 comments on commit 25dc3bc

Please sign in to comment.