core_payment/repository

Description:
  • Repository for payment subsystem.

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

Repository for payment subsystem.

Methods

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

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

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

Type Definitions

PaymentGateway

Description:
  • A Payment Gateway

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

A Payment Gateway

Type:
  • Object