public function MolliePayment::getRefundStatusId 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::getRefundStatusId()
- 8.2 src/Plugin/Payment/Method/MolliePayment.php \Drupal\mollie_payment\Plugin\Payment\Method\MolliePayment::getRefundStatusId()
Gets the status to set on payment refund.
Return value
string The plugin ID of the payment status to set.
File
- src/
Plugin/ Payment/ MethodConfiguration/ MolliePayment.php, line 187
Class
- MolliePayment
- Provides the configuration for the mollie_payment payment method plugin.
Namespace
Drupal\mollie_payment\Plugin\Payment\MethodConfigurationCode
public function getRefundStatusId() {
return $this->configuration['refund_status_id'];
}