Amiroslo
Excellent OT User
- Joined
- Jul 28, 2009
- Messages
- 6,812
- Solutions
- 6
- Reaction score
- 822
Code:
<?PHP
#################### CONFIG ###################################################
# Activation dostepych dotpay and payment systems, value: true / false
$config['paypal_active'] = true; #active paypal system?
$config['zaypay_active'] = true; #active zaypay system?
$config['dotpay'] = array();
$config['dotpay_active'] = true; #active dotpay system?
$config['dotpay_active_sms'] = true; #active dotpay system?
$config['dotpay_active_transfer'] = true; #active dotpay system?
# Example config for SMS
$config['dotpay'][0]['id'] = 21468; # ID number of the registered customer
$config['dotpay'][0]['code'] = "DEB3"; # ID SMS services
$config['dotpay'][0]['type'] = "sms"; # Type of account: C1 - 8-digit code maintenance-free, SMS - SMS for verification
$config['dotpay'][0]['addpoints'] = 12; # How many premium points gives an sms
$config['dotpay'][0]['sms_number'] = 73068; # Number for which you should send the code
$config['dotpay'][0]['sms_text'] = "AP.DEB3"; # Content which has to be in the message text
$config['dotpay'][0]['sms_cost'] = "3.66 zl brutto"; # Price for sending sms
# Example config for bank transfer / credit card
$config['dotpay'][1]['id'] = 21468; # ID number of the registered customer
$config['dotpay'][1]['code'] = "DEBT"; # ID SMS services
$config['dotpay'][1]['type'] = "C1"; # Type of account: C1 - 8-digit code maintenance-free, SMS - SMS for verification
$config['dotpay'][1]['addpoints'] = 14; # How many premium points gives an sms
$config['dotpay'][1]['sms_number'] = ""; # Number for which you should send the code
$config['dotpay'][1]['sms_text'] = "DEBT"; # Content which has to be in the message text
$config['dotpay'][1]['sms_cost'] = "5 zl brutto"; # Price for sending sms
# activation of DaoPay system
$config['daopay'] = array();
$config['daopay_active'] = true; #active daopay system?
# example config for daopay
$config['daopay'][0]['appcode'] = 46870; #
$config['daopay'][0]['prodcode'] = 'DEB2'; #
$config['daopay'][0]['addpoints'] = '50'; #
$config['daopay'][0]['cost'] = "4 euro inc. VAT"; #
$config['daopay'][1]['appcode'] = 46870; #
$config['daopay'][1]['prodcode'] = 'DEB3'; #
$config['daopay'][1]['addpoints'] = '20'; #
$config['daopay'][1]['cost'] = "2 euro inc. VAT"; #
#################################################################################
what should i change in this so i get the money?
i did paypal
nit how do i make zaypal and daopay so i get the money, like changing some setting so i get it on my acc?
Last edited: