;;;;;;;;;;;;;;;;;;;; ; About config.ini ; ;;;;;;;;;;;;;;;;;;;; ; ; This is a configuration file for Checkout.com PHP SDK ; ;; Channel section [channel] ; Secret key ; E.g.: sk_test_55aedccc-7f53-4ccc-b0a6-d943decc3c31 secret_key = ; Public key ; E.g.: pk_test_6ff46046-30af-41d9-bf58-929022d2cd14 public_key = ; Sandbox ; Set true for test environment; false to production. ;sandbox = true ;; Logging section [logs] ; Logs enabled ; Either true or false (default) ; logging = false ; Path to request logs ;request = request.log ; Path to response logs ;response = response.log ; Path to error logs ;error = error.log ; Aliases for model serialization ; Updating this may cause unexpected behaviours [aliases] ; Default: Replace "3ds" to "threeDs" ; threeDs = 3ds ; HTTP handler settings [curl] ; Curl timeout in seconds ;CURLOPT_CONNECTTIMEOUT = 60 ;CURLOPT_RETURNTRANSFER = true ;CURLOPT_FAILONERROR = false ;; This forces cURL to catch the response of 4XX erros ;CURLOPT_SSL_VERIFYPEER = true [http] ; Throw an exception if http error exceptions = true