public function PaymentInterface::setRemoteState in Commerce Core 8.2
Sets the payment remote state.
Parameters
string $remote_state: The payment remote state.
Return value
$this
1 method overrides PaymentInterface::setRemoteState()
- Payment::setRemoteState in modules/
payment/ src/ Entity/ Payment.php - Sets the payment remote state.
File
- modules/
payment/ src/ Entity/ PaymentInterface.php, line 98
Class
- PaymentInterface
- Defines the interface for payments.
Namespace
Drupal\commerce_payment\EntityCode
public function setRemoteState($remote_state);