core_payment/repository

Repository for payment subsystem.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) getAvailableGateways(component, paymentArea, itemId) → {Promise.<Array.<PaymentGateway>>}

Source:

Returns the list of gateways that can process payments in the given currency.

Parameters:
Name Type Description
component string
paymentArea string
itemId number
Returns:
Type
Promise.<Array.<PaymentGateway>>

Type Definitions

PaymentGateway

Source:
Properties:
Name Type Description
shortname string
name string
description string

A Payment Gateway

Type:
  • Object