Skip to content

Commit

Permalink
Update Private Policy
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed May 25, 2018
1 parent 91eb062 commit da198f1
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 2.4.1
* Update private policy

## 2.4.0
* Payment methods show on one step checkout

## 2.3.1
* Fixed sandbox configuration for card

Expand Down
2 changes: 1 addition & 1 deletion app/code/community/PayU/Account/Model/Config.php
Expand Up @@ -15,7 +15,7 @@ class PayU_Account_Model_Config
/**
* Plugin version
*/
const PLUGIN_VERSION = '2.4.0';
const PLUGIN_VERSION = '2.4.1';

/**
* @var int
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/PayU/Account/etc/config.xml
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<PayU_Account>
<version>2.4.0</version>
<version>2.4.1</version>
</PayU_Account>
</modules>
<global>
Expand Down
29 changes: 15 additions & 14 deletions app/design/frontend/base/default/template/payu_account/form.phtml
Expand Up @@ -16,25 +16,26 @@ $paymethods = $this->getPayMethods();
<li>
<div id="payMethods">
<?php foreach ($paymethods as $paymethod) { ?>
<div class="payMethod <?php echo $paymethod->status !== PayU_Account_Model_GetPayMethods::PAYMETHOD_STATUS_ENABLED ? 'payMethodDisable' : 'payMethodEnable' ?>">
<?php if ($paymethod->status === PayU_Account_Model_GetPayMethods::PAYMETHOD_STATUS_ENABLED) { ?>
<input id="payMethod-<?php echo $paymethod->value ?>" type="radio" value="<?php echo $paymethod->value ?>" name="payment[pay_type]" >
<?php } ?>
<label for="payMethod-<?php echo $paymethod->value ?>" class="payMethodLabel">
<div class="payMethodImage"><img src="<?php echo $paymethod->brandImageUrl ?>" alt="<?php echo $paymethod->name ?>" title="<?php echo $paymethod->name ?>"></div>
<?php echo $paymethod->name ?>
</label>
</div>
<div class="payMethod <?php echo $paymethod->status !== PayU_Account_Model_GetPayMethods::PAYMETHOD_STATUS_ENABLED ? 'payMethodDisable' : 'payMethodEnable' ?>">
<?php if ($paymethod->status === PayU_Account_Model_GetPayMethods::PAYMETHOD_STATUS_ENABLED) { ?>
<input id="payMethod-<?php echo $paymethod->value ?>" type="radio" value="<?php echo $paymethod->value ?>" name="payment[pay_type]" >
<?php } ?>
<label for="payMethod-<?php echo $paymethod->value ?>" class="payMethodLabel">
<div class="payMethodImage"><img src="<?php echo $paymethod->brandImageUrl ?>" alt="<?php echo $paymethod->name ?>" title="<?php echo $paymethod->name ?>"></div>
<?php echo $paymethod->name ?>
</label>
</div>
<?php } ?>
</div>
<?php if ($this->isShowPayuConditions()) { ?>
<div class="payuConditions">
<div class="payuConditions">
<?php if ($this->isShowPayuConditions()) { ?>
<input type="checkbox" value="1" name="payment[payu_condition]" id="payu_condition" checked="checked" class="checkbox">
<label for="payu_condition"><?php echo $this->__('I accept'); ?> <a href="http://static.payu.com/sites/terms/files/payu_terms_of_service_single_transaction_pl_pl.pdf"><?php echo $this->__('Terms and Conditions of the single transaction in of PayU') ?></a></label>
<p class="payuText"><?php echo $this->__('Payment order: Payment is processed by PayU SA; The recipient\'s data, the payment title and the amount are provided to PayU SA by the recipient; The order is sent for processing when PayU SA receives your payment. The payment is transferred to the recipient within 1 hour, not later than until the end of the next business day; PayU SA does not charge any service fees.'); ?></p>
<p class="payuText"><?php echo $this->__('The administrator of your personal data within the meaning of the Personal Data Protection Act of 29 August 1997 (Journal of Laws of 2002, No. 101, item 926 as amended) is PayU SA with the registered office in Poznań (60-166) at ul. Grunwaldzka 182. Your personal data will be processed according to the applicable provisions of law for archiving and service provision purposes. Your data will not be made available to other entities, except of entities authorized by law. You are entitled to access and edit your data. Data provision is voluntary but required to achieve the above-mentioned purposes.'); ?></p>
</div>
<?php } ?>
<?php } ?>
<p class="payuText"><?php echo $this->__('The controller of your personal data is PayU S.A. with its registered office in Poznan (60-166), at Grunwaldzka Street 182 ("PayU"). Your personal data will be processed for purposes of processing payment transaction, notifying You about the status of this payment, dealing with complaints and also in order to fulfill the legal obligations imposed on PayU.'); ?></p>
<p class="payuText"><?php echo $this->__('The recipients of your personal data may be entities cooperating with PayU during processing the payment. Depending on the payment method you choose, these may include: banks, payment institutions, loan institutions, payment card organizations, payment schemes), as well as suppliers supporting PayU’s activity providing: IT infrastructure, payment risk analysis tools and also entities that are authorised to receive it under the applicable provisions of law, including relevant judicial authorities. Your personal data may be shared with merchants to inform them about the status of the payment.<br /> You have the right to access, rectify, restrict or oppose the processing of data, not to be subject to automated decision making, including profiling, or to transfer and erase Your personal data. Providing personal data is voluntary however necessary for the processing the payment and failure to provide the data may result in the rejection of the payment. For more information on how PayU processes your personal data, please click <a href="https://static.payu.com/sites/terms/files/payu_privacy_policy_en_en.pdf" target="_blank">Payu Privacy Policy</a>.'); ?></p>
</div>
</li>
<?php } else { ?>
<li class="form-alt">
Expand Down
3 changes: 2 additions & 1 deletion app/locale/pl_PL/PayU_Account.csv
Expand Up @@ -18,7 +18,8 @@
"Enter payment methods values separated by comma. <a href=""http://developers.payu.com/pl/overview.html#paymethods"" target=""_blank"">List of payment methods</a>","Podawaj symbole metod płatności oddzielając je przecinkiem. <a href=""http://developers.payu.com/pl/overview.html#paymethods"" target=""_blank"">Lista metod płatności</a>"
"If you do not already have PayU merchant account, <a href=""https://secure.payu.com/boarding/?pk_campaign=Plugin&pk_kwd=Magento#/form"" target=""_blank"">please register in Production</a> or <a href=""https://secure.snd.payu.com/boarding/?pk_campaign=Plugin&pk_kwd=Magento#/form"" target=""_blank"">please register in Sandbox</a>","Jeżeli nie posiadasz jeszcze konta w systemie PayU <a href=""https://secure.payu.com/boarding/?pk_campaign=Plugin&pk_kwd=Magento#/form"" target=""_blank"">zarejestruj się w systemie produkcyjnym</a> lub <a href=""https://secure.snd.payu.com/boarding/?pk_campaign=Plugin&pk_kwd=Magento#/form"" target=""_blank"">zarejestruj się w systemie sandbox</a>"
"Payment order: Payment is processed by PayU SA; The recipient's data, the payment title and the amount are provided to PayU SA by the recipient; The order is sent for processing when PayU SA receives your payment. The payment is transferred to the recipient within 1 hour, not later than until the end of the next business day; PayU SA does not charge any service fees.","Zlecenie realizacji płatności: Zlecenie wykonuje PayU SA; Dane odbiorcy, tytuł oraz kwota płatności dostarczane są PayU SA przez odbiorcę; Zlecenie jest przekazywane do realizacji po otrzymaniu przez PayU SA Państwa wpłaty. Płatność udostępniana jest odbiorcy w ciągu 1 godziny, nie później niż do końca następnego dnia roboczego; PayU SA nie pobiera opłaty od realizacji usługi."
"The administrator of your personal data within the meaning of the Personal Data Protection Act of 29 August 1997 (Journal of Laws of 2002, No. 101, item 926 as amended) is PayU SA with the registered office in Poznań (60-166) at ul. Grunwaldzka 182. Your personal data will be processed according to the applicable provisions of law for archiving and service provision purposes. Your data will not be made available to other entities, except of entities authorized by law. You are entitled to access and edit your data. Data provision is voluntary but required to achieve the above-mentioned purposes.","Administratorem Twoich danych osobowych w rozumieniu ustawy z dnia 29 sierpnia 1997 r. o ochronie danych osobowych (tj. Dz.U. z 2002 roku, nr 101, poz. 926 z późn. zm.) jest PayU SA z siedzibą w Poznaniu (60-166), przy ul. Grunwaldzkiej 182. Twoje dane osobowe będą przetwarzane zgodnie z obowiązującymi przepisami prawa, w celu świadczenia usług i archiwizacji. Twoje dane nie będą udostępniane innym podmiotom, z wyjątkiem podmiotów upoważnionych na podstawie przepisów prawa. Przysługuje Tobie prawo dostępu do treści swoich danych oraz ich poprawiania. Podanie danych jest dobrowolne, ale niezbędne do realizacji ww. celu."
"The controller of your personal data is PayU S.A. with its registered office in Poznan (60-166), at Grunwaldzka Street 182 (""PayU""). Your personal data will be processed for purposes of processing payment transaction, notifying You about the status of this payment, dealing with complaints and also in order to fulfill the legal obligations imposed on PayU.","Administratorem Twoich danych osobowych jest PayU S.A. z siedzibą w Poznaniu (60-166), przy ul. Grunwaldzkiej 182 (""PayU""). Twoje dane osobowe będą przetwarzane w celu realizacji transakcji płatniczej, powiadamiania Cię o statusie realizacji Twojej płatności, rozpatrywania reklamacji, a także w celu wypełnienia obowiązków prawnych ciążących na PayU."
"The recipients of your personal data may be entities cooperating with PayU during processing the payment. Depending on the payment method you choose, these may include: banks, payment institutions, loan institutions, payment card organizations, payment schemes), as well as suppliers supporting PayU’s activity providing: IT infrastructure, payment risk analysis tools and also entities that are authorised to receive it under the applicable provisions of law, including relevant judicial authorities. Your personal data may be shared with merchants to inform them about the status of the payment.<br /> You have the right to access, rectify, restrict or oppose the processing of data, not to be subject to automated decision making, including profiling, or to transfer and erase Your personal data. Providing personal data is voluntary however necessary for the processing the payment and failure to provide the data may result in the rejection of the payment. For more information on how PayU processes your personal data, please click <a href=""https://static.payu.com/sites/terms/files/payu_privacy_policy_en_en.pdf"" target=""_blank"">Payu Privacy Policy</a>.","Odbiorcami Twoich danych osobowych mogą być podmioty współpracujące z PayU w procesie realizacji płatności. W zależności od wybranej przez Ciebie metody płatności mogą to być: banki, instytucje płatnicze, instytucje pożyczkowe, organizacje kart płatniczych, schematy płatnicze), ponadto podmioty wspierające działalność PayU tj. dostawcy infrastruktury IT, dostawcy narzędzi do analizy ryzyka płatności a także podmiotom uprawnionym do ich otrzymania na mocy obowiązujących przepisów prawa, w tym właściwym organom wymiaru sprawiedliwości. Twoje dane mogą zostać udostępnione akceptantom celem poinformowania ich o statusie realizacji płatności.<br /> Przysługuje Tobie prawo dostępu do danych, a także do ich sprostowania, ograniczenia ich przetwarzania, zgłoszenia sprzeciwu wobec ich przetwarzania, niepodlegania zautomatyzowanemu podejmowaniu decyzji w tym profilowania oraz do przenoszenia i usunięcia danych. Podanie danych jest dobrowolne jednak niezbędne do realizacji płatności, a brak podania danych może skutkować odrzuceniem płatności. Więcej informacji o zasadach przetwarzania Twoich danych osobowych przez PayU znajdziesz w <a href=""https://static.payu.com/sites/terms/files/payu_privacy_policy_pl_pl.pdf"" target=""_blank"">Polityce Prywatności PayU</a>."
"I accept","Akceptuję"
"Terms and Conditions of the single transaction in of PayU","Regulamin pojedynczej transakcji płatniczej PayU"
"You must accept the ""Terms and Conditions of the single transaction in of PayU""","Musisz zaakceptować ""Regulamin pojedynczej transakcji płatniczej PayU"""
Expand Down

0 comments on commit da198f1

Please sign in to comment.