Skip to content

Commit

Permalink
Issue #2862663 by sumanthkumarc, vasike: Cannot save Paypal ExpressCh…
Browse files Browse the repository at this point in the history
…eckout if only account is live
  • Loading branch information
sumanthkumarc authored and mglaman committed Mar 30, 2017
1 parent b873ab8 commit dbee9a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plugin/Commerce/PaymentGateway/ExpressCheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,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',
Expand Down

0 comments on commit dbee9a7

Please sign in to comment.