or, maybe you didn't restart tomcat after you ran the ANT task?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
C:\Program Files\KonaKart\custom>bin\ant enableWebServices
Buildfile: C:\Program Files\KonaKart\custom\build.xml
Trying to override old definition of task javac
enableWebServices:
[echo] Allow all methods in WSDD files:
BUILD SUCCESSFUL
Total time: 0 seconds
// Set the fields that should be visible in the UI when gathering Credit Card details
pDetails.setShowAddr(false);
pDetails.setShowCVV(sd.isShowCVV());
pDetails.setShowPostcode(false);
pDetails.setShowType(false); // Payflow Pro doesn't require the card type
pDetails.setShowOwner(false);