Skip to content

Commit

Permalink
Remove the stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Apr 15, 2024
1 parent c72903f commit cc41572
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 439 deletions.
5 changes: 0 additions & 5 deletions src/PaymentServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ protected function registerPublishableAssets()
$this->publishes([
__DIR__ . '/../database/migrations/2024_01_01_000010_create_base_checkout_tables.php' => database_path('migrations/2024_01_01_000010_create_base_checkout_tables.php'),
], ['payavel', 'payavel-checkout', 'payavel-migrations']);

// ToDo: Remove this publishable asset, it shall only be published when running the checkout:install command.
$this->publishes([
__DIR__ . '/stubs/config-publish.stub' => config_path('payment.php'),
], 'payavel-config');
}

protected function registerCommands()
Expand Down
3 changes: 0 additions & 3 deletions src/stubs/config-merchant-providers.stub

This file was deleted.

7 changes: 0 additions & 7 deletions src/stubs/config-merchant.stub

This file was deleted.

76 changes: 0 additions & 76 deletions src/stubs/config-payment.stub

This file was deleted.

6 changes: 0 additions & 6 deletions src/stubs/config-provider.stub

This file was deleted.

76 changes: 0 additions & 76 deletions src/stubs/config-publish.stub

This file was deleted.

138 changes: 0 additions & 138 deletions src/stubs/payment-request.stub

This file was deleted.

Loading

0 comments on commit cc41572

Please sign in to comment.