diff options
Diffstat (limited to 'sandbox/travelsample/contributions')
-rw-r--r-- | sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite b/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite index 3f8e741430..071c6786d1 100644 --- a/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite +++ b/sandbox/travelsample/contributions/payment-groovy/src/main/resources/payment.composite @@ -23,7 +23,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="payment"> - <component name="PaymentComponent"> + <component name="Payment"> <t:implementation.script script="payment/PaymentImpl.groovy"/> <service name="Payment"> <interface.java interface="com.tuscanyscatours.payment.Payment" /> |