I enabled debug to see why I was only getting a blank page after a successful transaction on CCBILL
In testing the CCBILL plugin I get these errors going to the postback URL listed on the confirmation message: http://www.example.com/billing_ccbill/order/postback/
OW Debug - Notice
Message: Undefined index: clientAccnum
File: /var/www/example.com/ow_plugins/billing_ccbill/controllers/order.php
Line: 128
OW Debug - Notice
Message: Undefined index: clientSubacc
File: /var/www/example.com/ow_plugins/billing_ccbill/controllers/order.php
Line: 129
OW Debug - Notice
Message: Undefined index: initialPrice
File: /var/www/example.com/ow_plugins/billing_ccbill/controllers/order.php
Line: 130
OW Debug - Notice
Message: Undefined index: recurringPrice
File: /var/www/example.com/ow_plugins/billing_ccbill/controllers/order.php
Line: 130
OW Debug - Notice
Message: Undefined index: custom
File: /var/www/example.com/ow_plugins/billing_ccbill/controllers/order.php
Line: 131
OW Debug - Notice
Message: Undefined index: subscription_id
File: /var/www/example.com/ow_plugins/billing_ccbill/controllers/order.php
Line: 132
OW Debug - Notice
Message: Undefined index: responseDigest
File: /var/www/example.com/ow_plugins/billing_ccbill/controllers/order.php
Line: 133
Can you let me know how to fix these problems.
Thanks