Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
wakirin committed Sep 26, 2024
1 parent 26a5f7e commit 9cf990b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/pingprophet/integrations/PingprophetMNP.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ async def patch_contacts(self, pp_request):
"phone_is_good_reason": 1 if result['verified'] == 1 else 2,
"mcc": result['mcc'],
"mnc": result['mnc'],
"brand_name": result['brand_name'],
"network_brand": result['brand_name'],
"country": result['country_code'],
"reason_code": result['reason_code'],
"raw_response": result['raw_response'],
Expand Down

0 comments on commit 9cf990b

Please sign in to comment.