Skip to content

Commit

Permalink
Merge 1afec33 into a156503
Browse files Browse the repository at this point in the history
  • Loading branch information
hparfr committed Feb 6, 2018
2 parents a156503 + 1afec33 commit 6e73a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ovh_sms_client/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
'name': 'OVH SMS Client',
'version': '10.0.1.0.0',
'version': '10.0.1.0.1',
'license': 'AGPL-3',
'depends': ['mail',
'base_sms_client',
Expand Down
2 changes: 1 addition & 1 deletion ovh_sms_client/models/sms_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _prepare_http_ovh(self):
params = {
'smsAccount': keychain_data['sms_account'],
'login': keychain_account['login'],
'password': keychain_account.get_password(),
'password': keychain_account._get_password(),
'from': self.gateway_id.from_provider,
'url': self.gateway_id.url,
'to': self._convert_to_e164(self.mobile),
Expand Down

0 comments on commit 6e73a89

Please sign in to comment.