Subversion Repositories SmartDukaan

Rev

Rev 1946 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1946 Rev 2747
Line 11... Line 11...
11
	<typeAliases>
11
	<typeAliases>
12
		<typeAlias alias="payment" type="in.shop2020.payment.domain.Payment" />
12
		<typeAlias alias="payment" type="in.shop2020.payment.domain.Payment" />
13
		<typeAlias alias="gateway" type="in.shop2020.payment.domain.PaymentGateway" />
13
		<typeAlias alias="gateway" type="in.shop2020.payment.domain.PaymentGateway" />
14
		<typeAlias alias="paymentAttribute" type="in.shop2020.payment.domain.PaymentAttribute" />
14
		<typeAlias alias="paymentAttribute" type="in.shop2020.payment.domain.PaymentAttribute" />
15
		<typeAlias alias="gatewayAttribute" type="in.shop2020.payment.domain.GatewayAttribute" />
15
		<typeAlias alias="gatewayAttribute" type="in.shop2020.payment.domain.GatewayAttribute" />
-
 
16
		
-
 
17
		<typeAlias alias="refund" type="in.shop2020.payment.domain.Refund" />
-
 
18
		<typeAlias alias="refundAttribute" type="in.shop2020.payment.domain.RefundAttribute" />
16
	</typeAliases>
19
	</typeAliases>
17
 
20
 
18
</configuration>
21
</configuration>