public function MolliePayment::getCaptureStatusId in Mollie Payment 8.2
Same name in this branch
- 8.2 src/Plugin/Payment/MethodConfiguration/MolliePayment.php \Drupal\mollie_payment\Plugin\Payment\MethodConfiguration\MolliePayment::getCaptureStatusId()
- 8.2 src/Plugin/Payment/Method/MolliePayment.php \Drupal\mollie_payment\Plugin\Payment\Method\MolliePayment::getCaptureStatusId()
Gets the status to set on payment capture.
Return value
string The plugin ID of the payment status to set.
File
- src/
Plugin/ Payment/ MethodConfiguration/ MolliePayment.php, line 139
Class
- MolliePayment
- Provides the configuration for the mollie_payment payment method plugin.
Namespace
Drupal\mollie_payment\Plugin\Payment\MethodConfigurationCode
public function getCaptureStatusId() {
return $this->configuration['capture_status_id'];
}