Skip to content

Commit

Permalink
AD-297 Deleted unused beans and properties from xml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz756 committed Oct 17, 2024
1 parent 8d724f7 commit 1a461fe
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions adyenv6subscription/resources/adyenv6subscription-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">

<!-- <alias name="subscriptionAdyenPaymentServiceFactory" alias="adyenPaymentServiceFactory" />-->
<!-- <bean id="subscriptionAdyenPaymentServiceFactory" class="com.adyen.v6.factory.SubscriptionAdyenPaymentServiceFactory">-->
<!-- <constructor-arg name="adyenRequestFactory" ref="adyenRequestFactory"/>-->
<!-- <constructor-arg name="adyenMerchantAccountStrategy" ref="adyenMerchantStrategy"/>-->
<!-- </bean>-->

<!-- <alias name="subscriptionRequestFactory" alias="adyenRequestFactory" />-->
<!-- <bean id="subscriptionRequestFactory" class="com.adyen.v6.factory.SubscriptionPaymentRequestFactory">-->
<!-- <property name="cartFacade" ref="cartFacade" />-->
<!-- </bean>-->

<bean id="subscriptionRepository" class="com.adyen.v6.repository.SubscriptionRepository" >
<property name="flexibleSearchService" ref="flexibleSearchService" />
</bean>
Expand All @@ -36,7 +25,6 @@
<property name="baseStoreService" ref="baseStoreService" />
<property name="modelService" ref="modelService" />
<property name="keyGenerator" ref="orderCodeGenerator" />
<!-- <property name="subscriptionAdyenPaymentServiceFactory" ref="subscriptionAdyenPaymentServiceFactory" />-->
</bean>

<alias alias="subscriptionCommercePlaceOrderMethodHook" name="adyenSubscriptionCommercePlaceOrderMethodHook"/>
Expand Down

0 comments on commit 1a461fe

Please sign in to comment.