Skip to content

Commit

Permalink
Remove obsolate migration, adjust grid and fix small things
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Oct 31, 2024
1 parent 5b582d9 commit 540b224
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 32 deletions.
4 changes: 4 additions & 0 deletions config/api_resources/credit_card.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
properties:
id:
identifier: true
tail:
writable: false
brand:
writable: false
1 change: 0 additions & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

return static function(ContainerConfigurator $container): void {
$container->import('config/**/*.php');
$container->import('grid/*.yml');
$container->import('grid/*.yaml');

$parameters = $container->parameters();
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion config/services/payum/action.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
service('commerce_weavers_sylius_tpay.factory.credit_card'),
service('commerce_weavers_sylius_tpay.repository.credit_card'),
])
->tag('payum.action', ['factory' => TpayGatewayFactory::NAME, 'alias' => 'cw.tpay.credit_card'])
->tag('payum.action', ['factory' => TpayGatewayFactory::NAME, 'alias' => 'cw.tpay.save_credit_card'])
;

$services->set(PayWithCardAction::class)
Expand Down
30 changes: 0 additions & 30 deletions migrations/Version20241030214842.php

This file was deleted.

0 comments on commit 540b224

Please sign in to comment.