PaymentController constructor

PaymentController(
  1. String public_key,
  2. String private_key,
  3. String secret_key,
  4. String merchant_key,
)

Implementation

PaymentController(
    this.public_key, this.private_key, this.secret_key, this.merchant_key);