Class SimulatedPaymentGateway

java.lang.Object
com.dmasone.identity.payment.application.SimulatedPaymentGateway

@Component public class SimulatedPaymentGateway extends Object
Deterministic stand-in for an external payment provider. Keeping this as an application component makes the boundary explicit without adding network calls or fake distributed infrastructure.
  • Constructor Details

    • SimulatedPaymentGateway

      public SimulatedPaymentGateway()
  • Method Details