Skip to content

Commit e3570ac

Browse files
committed
Merge branch '8.x-1.x' of github.com:drupalcommerce/commerce_paypal into 2843999-ipn-handler
2 parents 7285d56 + dbee9a7 commit e3570ac

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
@@ -191,6 +191,7 @@ public function validateConfigurationForm(array &$form, FormStateInterface $form
191191
$this->configuration['api_password'] = $values['api_password'];
192192
$this->configuration['signature'] = $values['signature'];
193193
$this->configuration['solution_type'] = $values['solution_type'];
194+
$this->configuration['mode'] = $values['mode'];
194195

195196
$response = $this->doRequest([
196197
'METHOD' => 'GetBalance',

0 commit comments

Comments
 (0)