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
The SDK has hardcoded validation rules for all the models. In the Pre-auth workflow, we do not have a payment_details.avs_result_code or payment_details.cvv_result_code. We were advised to omit the keys or pass null. Unfortunately, doing either results in an exception being thrown in the PHP SDK as both properties are hard coded to be required and match this regex: /^.+$/i
The text was updated successfully, but these errors were encountered:
The SDK has hardcoded validation rules for all the models. In the Pre-auth workflow, we do not have a payment_details.avs_result_code or payment_details.cvv_result_code. We were advised to omit the keys or pass null. Unfortunately, doing either results in an exception being thrown in the PHP SDK as both properties are hard coded to be required and match this regex: /^.+$/i
The text was updated successfully, but these errors were encountered: