mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] pingen: update api url
This commit is contained in:
@@ -52,8 +52,8 @@ class Pingen(object):
|
||||
@property
|
||||
def api_url(self):
|
||||
if self.staging:
|
||||
return "https://api-staging.v2.pingen.com"
|
||||
return "https://api.v2.pingen.com"
|
||||
return "https://api-staging.pingen.com"
|
||||
return "https://api.pingen.com"
|
||||
|
||||
@property
|
||||
def identity_url(self):
|
||||
|
||||
Reference in New Issue
Block a user