コード例 #1
0
 def authorize_test_credentials(self):
     self.ensure_one()
     transaction = AuthorizeAPI(self.acquirer_id)
     return transaction.test_authenticate()
コード例 #2
0
ファイル: payment.py プロジェクト: LevelupSolutions/odoo
 def authorize_test_credentials(self):
     self.ensure_one()
     transaction = AuthorizeAPI(self.acquirer_id)
     return transaction.test_authenticate()