Jump to content
  • 0

Paypal Configs And Others


tiagoadp

Question

7 answers to this question

Recommended Posts

  • 0

Tnx for your time CubicWebs, helped me a lot, about the currency, i have solved changing the gateway php file, list this:

 

Before on line 85:

 

/**
* Return all currencies supported by this gateway
*
* @return array A numerically indexed array containing all currency codes (ISO 4217 format) this gateway supports
*/
public function getCurrencies() {
return array("AUD", "CAD", "CZK", "DKK", "EUR", "HKD", "HUF", "JPY",
"NOK", "NZD", "PLN", "GBP", "SGD", "SEK", "CHF", "USD");
}
 
After the change i added BRL to the list of supported currencies:
 
/**
* Return all currencies supported by this gateway
*
* @return array A numerically indexed array containing all currency codes (ISO 4217 format) this gateway supports
*/
public function getCurrencies() {
return array("AUD", "CAD", "CZK", "DKK", "EUR", "HKD", "HUF", "JPY",
"NOK", "NZD", "PLN", "GBP", "SGD", "SEK", "CHF", "USD", "BRL");
}

 

 

Hope it helps a lot of ppl, and this currency is accepted on paypal, change it to be officially on next update ppl... Tnx to all!

Link to comment
Share on other sites

  • 0

Well the BRL doesn´t list on Paypal Standart module... so this is the problem i am talking about...

 

And i don´t know how to get the properly API ID and etc, from my paypal... I used F2B with is far better, but sadly blesta doesn´t support anything good for brasil yet..

 

API go login PayPal then go to Profile >> My Selling Preferences >> API access (Update) >> Option 2 View or Remove API Signature >> Copy them to Blesta then click on Done.

 

I get Brazil customers and it worked on my old billing system and works on Blesta for me.

 

But on (https://www.paypal.com/uk/cgi-bin/webscr?cmd=_profile-currencies) I have every currency added to my account.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...