protected property DatabaseQueue::$allowedPaymentStatusIds in Payment 8.2
The IDs of the payment statuses available payments can have.
Type: string[]
File
- src/
DatabaseQueue.php, line 20
Class
- DatabaseQueue
- Provides a database-based payment queue.
Namespace
Drupal\paymentCode
protected $allowedPaymentStatusIds = array(
'payment_success',
);