Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
2402 Visninger
how json read record from odoo and post to web and return to odoo
Avatar
Kassér
Forfatter Bedste svar
def get_api_token(self):
data = {
'api_key': self.paymob_publishable_key
}
api_token = requests.post("https://accept.paymob.com/api/auth/tokens", json=data)
token = api_token.json()['token']
print(token)

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
0
jul. 22
2668
3
aug. 25
3749
1
jun. 25
1944
3
jul. 25
3536
1
maj 25
1654