Skip to content

Commit

Permalink
Merge branch '8.x-1.x' of github.com:drupalcommerce/commerce_paypal i…
Browse files Browse the repository at this point in the history
…nto 2843999-ipn-handler
  • Loading branch information
vasike committed Mar 31, 2017
2 parents 7285d56 + dbee9a7 commit e3570ac
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 @@ -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',
Expand Down

0 comments on commit e3570ac

Please sign in to comment.