Skip to content

Commit

Permalink
Move stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Apr 20, 2024
1 parent e4d1da4 commit 7cd5651
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CheckoutServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ protected function registerPublishableAssets()
], ['payavel', 'payavel-checkout', 'payavel-migrations', 'payavel-checkout-migrations']);

$this->publishes([
__DIR__ . '/../stubs/checkout/service-requester.stub' => base_path('stubs/checkout/service-requester.stub'),
__DIR__ . '/../stubs/checkout/service-responder.stub' => base_path('stubs/checkout/service-responder.stub'),
__DIR__ . '/../stubs/orchestration/checkout/service-requester.stub' => base_path('stubs/orchestration/checkout/service-requester.stub'),
__DIR__ . '/../stubs/orchestration/checkout/service-responder.stub' => base_path('stubs/orchestration/checkout/service-responder.stub'),
], ['payavel', 'payavel-checkout', 'payavel-stubs', 'payavel-checkout-stubs']);
}

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7cd5651

Please sign in to comment.