支付模块
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

17 satır
520 B

  1. package merchant
  2. const SDK_VERSION = "1.0.0"
  3. const BASE_URL = "https://api.adapay.tech"
  4. const PAGE_BASE_URL = "https://api.adapay.tech"
  5. const BATCH_ENTRYS = "/v1/batchEntrys/userEntry"
  6. const QUERY_ENTRY = "/v1/batchEntrys/userEntry"
  7. const MER_CONF = "/v1/batchInput/merConf"
  8. const QUERY_MER_CONF = "/v1/batchInput/merConf"
  9. const MER_RESIDENT_MODIFY = "/v1/batchInput/merResidentModify"
  10. const MER_PROFILE_PICTURE = "/v1/merProfile/merProfilePicture"
  11. const MER_PROFILE_FOR_AUDIT = "/v1/merProfile/merProfileForAudit"