Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.11 KB | None | 0 0
  1. SofortLib_Multipay Object
  2. (
  3.     [_parameters:protected] => Array
  4.         (
  5.             [project_id] => 167792
  6.             [interface_version] => drupal7_commerce1_sofortbanking_1
  7.             [amount] => 0
  8.             [currency_code] => EUR
  9.             [reasons] => Array
  10.                 (
  11.                     [reason] => Array
  12.                         (
  13.                             [0] => Bestellung 14681
  14.                             [1] => -TRANSACTION-
  15.                         )
  16.  
  17.                 )
  18.  
  19.             [success_url] => https://www.example.com/checkout/14681/payment/return/YudDZjPmsoPgBhLuiEhWnX1KSfQGj87dd3Sy9ioeODw?mode=widget&type=shop
  20.             [success_link_redirect] => 1
  21.             [abort_url] => https://www.example.com/checkout/14681/payment/back/YudDZjPmsoPgBhLuiEhWnX1KSfQGj87dd3Sy9ioeODw?mode=widget&type=shop
  22.             [timeout_url] => https://www.example.com/checkout/14681/payment/back/YudDZjPmsoPgBhLuiEhWnX1KSfQGj87dd3Sy9ioeODw?mode=widget&type=shop
  23.             [notification_urls] => Array
  24.                 (
  25.                     [notification_url] => Array
  26.                         (
  27.                             [0] => https://www.example.com/commerce_sofortbanking/payment/notify?cart_token=lWQZ4-BjMk7lB0gHsyF6L63ezTx264jQBl1OUDLA6Lo&mode=widget&type=shop
  28.                         )
  29.  
  30.                 )
  31.  
  32.             [su] => Array
  33.                 (
  34.                 )
  35.  
  36.         )
  37.  
  38.     [_response:protected] => Array
  39.         (
  40.         )
  41.  
  42.     [_xmlRootTag:protected] => multipay
  43.     [_paymentMethods:SofortLib_Multipay:private] => Array
  44.         (
  45.             [0] => su
  46.         )
  47.  
  48.     [_transactionId:SofortLib_Multipay:private] =>
  49.     [_paymentUrl:SofortLib_Multipay:private] =>
  50.     [_validateOnly:protected] =>
  51.     [_apiVersion:protected] => 1.0
  52.     [errorPos] => global
  53.     [errors] => Array
  54.         (
  55.         )
  56.  
  57.     [warnings] => Array
  58.         (
  59.         )
  60.  
  61.     [enableLogging] => 1
  62.     [errorCountTemp] => 0
  63.     [SofortLibHttp] => SofortLib_Http Object
  64.         (
  65.             [headers] => Array
  66.                 (
  67.                     [0] => Authorization: Basic xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  68.                     [1] => Content-Type: application/xml; charset=UTF-8
  69.                     [2] => Accept: application/xml; charset=UTF-8
  70.                     [3] => X-Powered-By: PHP/5.5.16
  71.                 )
  72.  
  73.             [connectionMethod] =>
  74.             [compression] =>
  75.             [proxy] =>
  76.             [url] => https://api.sofort.com/api/xml
  77.             [info] =>
  78.             [error] =>
  79.             [httpStatus] => 200
  80.             [_response:protected] =>
  81.         )
  82.  
  83.     [SofortLibLogger] => COMMERCE_SOFORTBANKING_Logger Object
  84.         (
  85.             [fp] =>
  86.             [maxFilesize] => 1048576
  87.         )
  88.  
  89.     [_apiKey:protected] => xxxxxxxxxxxxxxxxxxxxxx
  90.     [_userId:protected] => xxxxxx
  91.     [_products:protected] => Array
  92.         (
  93.             [0] => global
  94.             [1] => sr
  95.             [2] => su
  96.             [3] => sv
  97.             [4] => ls
  98.             [5] => sl
  99.             [6] => sf
  100.         )
  101.  
  102.     [_logfilePath:SofortLib:private] =>
  103. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement