Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
2399 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
2663
3
aug. 25
3738
1
jun. 25
1936
3
jul. 25
3529
1
maj 25
1645