diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-09 20:56:27 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-09 20:56:27 +0000 |
commit | efbe10d638749023e99ede390e6a4c38b791f18f (patch) | |
tree | 6e4ad1809a79288dbce729773880eb86727e2c1d /sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite | |
parent | fe69aac2897cb85aeac2ee593e540aec9c6b4d46 (diff) |
Add property to component
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@792687 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite b/sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite index 9035e712d0..f192bf9659 100644 --- a/sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite +++ b/sandbox/travelsample/contributions/payment-spring-contribution/src/main/resources/payment.composite @@ -31,6 +31,7 @@ <reference name="creditCardPaymentReference"> <binding.ws uri="http://localhost:8082/CreditCardPayment"/> </reference> + <property name="transactionFee">1.23</property> </component> </composite> |