
****************************************************************************************
**** XPay Total Acceptance ****
****************************************************************************************

Requires java 6

NB:

in the GlobalVariables class,
1. the variable:
    PAYMENT_GATEWAY_DOMAIN = 'https://ngwecomm-stg.nexi.it/monetaweb/'
    points to the XPay Total Acceptance TEST system, for your PRODUCTION application you need to change that url with the correct one.

2. the variable:
    MERCHANT_DOMAIN = 'merchant_domain'
    should be personalized with your application domain name.
    To try the demo app locally you can set merchant_system_domain = 'http://127.0.0.1:8080/', note that the notify, result, recovery actions would not be reached by XPay Total Acceptance.
    

in the InitData class,
1. the variable:
    public String Id = "99999999"; is a generic test terminal id, you should use your terminal id
    
2. the variable:
    public String password = "99999999"; is a generic test terminal password, you should use your terminal password
