UNPKG

medusa-payment-comgate-jc

Version:
13 lines (9 loc) 310 B
import ComgateBase from "../core/comgate-base"; import { PaymentProviderKeys } from "../types"; class ComgateCardProviderService extends ComgateBase { static identifier = PaymentProviderKeys.COMGATE_CARD; constructor(_, options) { super(_, options); } } export default ComgateCardProviderService;