void Awake()
 {
     ps = GetComponent<PaymentSystem>();
     da = GetComponent<DistanceAccumulator>();
 }
 void Awake()
 {
     ps = GetComponent <PaymentSystem>();
     da = GetComponent <DistanceAccumulator>();
 }