Skip to content

Commit

Permalink
Merge pull request #19 from Comm-com/development
Browse files Browse the repository at this point in the history
upd
  • Loading branch information
wakirin authored Sep 26, 2024
2 parents 1c75b6f + 9cf990b commit 2d6f487
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 2d6f487

Please sign in to comment.