Skip to content

Commit

Permalink
Backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Apr 28, 2023
1 parent 72ca135 commit cc38127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
|
*/
'mocking' => [
'request_class' => App\Services\Payment\FakePaymentRequest::class,
'response_class' => App\Services\Payment\FakePaymentResponse::class,
'request_class' => \App\Services\Payment\FakePaymentRequest::class,
'response_class' => \App\Services\Payment\FakePaymentResponse::class,
],

/*
Expand Down

0 comments on commit cc38127

Please sign in to comment.