Skip to content

Commit dbee9a7

Browse files
sumanthkumarcmglaman
authored andcommitted
Issue #2862663 by sumanthkumarc, vasike: Cannot save Paypal ExpressCheckout if only account is live
1 parent b873ab8 commit dbee9a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Plugin/Commerce/PaymentGateway/ExpressCheckout.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public function validateConfigurationForm(array &$form, FormStateInterface $form
138138
$this->configuration['api_password'] = $values['api_password'];
139139
$this->configuration['signature'] = $values['signature'];
140140
$this->configuration['solution_type'] = $values['solution_type'];
141+
$this->configuration['mode'] = $values['mode'];
141142

142143
$response = $this->doRequest([
143144
'METHOD' => 'GetBalance',

0 commit comments

Comments
 (0)