wirecardBrasil / moip-sdk-php

Cliente em PHP para integração server-side com APIs Moip v2
MIT License
124 stars 90 forks source link

Refactor(setDeviceFingerprint method): makes latitude and longitude parameters optional #329

Open mariodias opened 3 years ago

mariodias commented 3 years ago

History

Our risk analysis department instructs sellers to send the buyer’s device data when creating the payment so that it can be used to ensure greater security in the transactional process and consequently improve the conversion of our customers. Therefore, this PR includes in our SDK developed in PHP, the methods and functions necessary for the salespeople to be able to request and send us such information.

Description

This change makes the latitude and longitude parameters optional in the setDeviceFingerprint() method of the Payment class

Reference

Technical reference about this feature: https://docs.moip.com.br/reference#criar-pagamento

Tasks