Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Fri Mar 29, 2024 12:04 am
VoIP Billing solution


All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Paypal Chrges 1.4.1
PostPosted: Sun Aug 30, 2009 8:53 pm 
Offline
User avatar

Joined: Wed Feb 21, 2007 11:52 pm
Posts: 56
Which is the proper way to configure or to change Paypal fees in the global_Config script in 1.4.1
It is rather confusing. I will expect that when you answer YES it means you will handle or pay your customers charges or fees and when you answer NO then it means your customers will bear the charges.
This do not seem to be functional as said. At the point of checkout nothing happens to fees. I am trying to come up with some docs. Need clarification please.


Top
 Profile  
 
 Post subject: Re: Paypal Chrges 1.4.1
PostPosted: Mon Aug 31, 2009 7:03 pm 
Offline

Joined: Sun Mar 12, 2006 2:49 pm
Posts: 954
Location: Barcelona
in order to make sure, I had to review that :

Code:
if($A2B->config['epayment_method']['charge_paypal_fee']==1){
         $currAmount = $transaction_data[0][2] ;
      }else{
         $currAmount = $transaction_data[0][2] - $mc_fee;
      }


so if charge_paypal_fee is NO, we will deduce the fee and make a payment of the fee-less amount.

Parameters description say so : Actived, if you want assum the fee of paypal and don't apply it on the customer (values : yes - no)


Yours,
/Areski


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 
Hosted Voice Broadcast


All times are UTC


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group