PaymentMethods
Access and configure the different ways you accept payment.
Methods
Invoke via \Components\Commerce\Configuration\PaymentMethods::method()
Click a method name to copy it.
Deletes a record from the database
Parameters
$iPaymentMethodId
int unsigned
A record's payment_method_id
Return
Returns true if record existed and was deleted, otherwise false
Gets a record from the database
Parameters
$iPaymentMethodId
int unsigned
A record's payment_method_id
Return a set of records from the database
Gets a single field from a record
Parameters
$iPaymentMethodId
int unsigned
A record's payment_method_id
Returns the number of records in the database (matching the filter if specified)
Saves a record into the database
Saves a specific column of a row into a database
Parameters
$iPaymentMethodId
int unsigned
A record's payment_method_id