You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\CyberSource\Api\KeyGenerationApi::generatePublicKey() will fail if masking is enabled.
The code fails in cybersource/rest-client-php/lib/Api/KeyGenerationApi.php, line 172 because $httpBody is an array and \CyberSource\Utilities\Helpers\DataMasker::maskData expects to be passed a JSON string.
The text was updated successfully, but these errors were encountered:
\CyberSource\Api\KeyGenerationApi::generatePublicKey()
will fail if masking is enabled.The code fails in
cybersource/rest-client-php/lib/Api/KeyGenerationApi.php
, line 172 because$httpBody
is an array and\CyberSource\Utilities\Helpers\DataMasker::maskData
expects to be passed a JSON string.The text was updated successfully, but these errors were encountered: