diff --git a/src/Plugin/Commerce/PaymentGateway/ExpressCheckout.php b/src/Plugin/Commerce/PaymentGateway/ExpressCheckout.php index caa7d2a..c37dba3 100644 --- a/src/Plugin/Commerce/PaymentGateway/ExpressCheckout.php +++ b/src/Plugin/Commerce/PaymentGateway/ExpressCheckout.php @@ -191,6 +191,7 @@ public function validateConfigurationForm(array &$form, FormStateInterface $form $this->configuration['api_password'] = $values['api_password']; $this->configuration['signature'] = $values['signature']; $this->configuration['solution_type'] = $values['solution_type']; + $this->configuration['mode'] = $values['mode']; $response = $this->doRequest([ 'METHOD' => 'GetBalance',