Skip to content

Commit

Permalink
Merge pull request #488 from BoulangerV/MAGE-531-Ratepay_address_update
Browse files Browse the repository at this point in the history
MAGE-531: Ratepay address update
  • Loading branch information
janteuber authored Feb 7, 2023
2 parents 0bd8b7d + bd9006f commit 828d5c6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ $initialDebitType = Payone_Api_Enum_RatepayDebitType::DIRECT_DEBIT;
<img class="ratepay-LogoImg" src="<?php echo $this->getSkinUrl('payone/core/images/' . $this->__('RATEPAY_TEXT_LOGO')); ?>" width="150" alt="<?php echo $this->__('Direct Debit'); ?>">
</div>
<br class="ratepay-ClearFix" />
<p><?php echo $this->__('Ratepay GmbH, Franklinstraße 28-29, 10587 Berlin'); ?></p>
<p><?php echo $this->__('Ratepay GmbH, Ritterstraße 12-14, 10969 Berlin'); ?></p>
<p><?php echo $this->__('Creditors ID: ') . 'DE39RPY00000568463'; ?></p>
<p><?php echo $this->__('Mandate reference: (will be sent after the purchase)'); ?></p><br><br>
<?php echo $this->getRatepayDirectDebitAcceptanceText(); ?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ $isAdminOrder = $this->getQuote()->getIsSuperMode();
<li>
<div id="ratepay-Header">
<div>
<p><?php echo $this->__('Ratepay GmbH, Franklinstraße 28-29, 10587 Berlin'); ?></p>
<p><?php echo $this->__('Ratepay GmbH, Ritterstraße 12-14, 10969 Berlin'); ?></p>
<p><?php echo $this->__('Creditors ID: ') . 'DE39RPY00000568463'; ?></p>
<p><?php echo $this->__('Mandate reference: (will be sent after the purchase)'); ?></p>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<p>
<?php
$text = $this->__('I hereby consent to the forwarding of my data to %s according to %s and authorize them to collect payments related to this purchase contract from my account mentioned above by direct debit.');
$address = 'Ratepay GmbH, Franklinstraße 28-29, 10587 Berlin';
$address = 'Ratepay GmbH, Ritterstraße 12-14, 10969 Berlin';
$link = '<a target="_blank" href="https://www.ratepay.com/zusaetzliche-geschaeftsbedingungen-und-datenschutzhinweis-dach">' . $this->__('Ratepay Privacy Policy') . '</a>';
$text = sprintf($text, $address ,$link);
echo $text;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ $sDeviceIdentId = $this->getRatePayDeviceFingerprintSnippetId();
<img class="ratepay-LogoImg" src="<?php echo $this->getSkinUrl('images/payone/' . $this->__('RATEPAY_TEXT_LOGO')); ?>" width="150" alt="<?php echo $this->__('Direct Debit'); ?>">
</div>
<br class="ratepay-ClearFix" />
<p><?php echo $this->__('Ratepay GmbH, Franklinstraße 28-29, 10587 Berlin'); ?></p>
<p><?php echo $this->__('Ratepay GmbH, Ritterstraße 12-14, 10969 Berlin'); ?></p>
<p><?php echo $this->__('Creditors ID: ') . 'DE39RPY00000568463'; ?></p>
<p><?php echo $this->__('Mandate reference: (will be sent after the purchase)'); ?></p><br><br>
<?php echo $this->getRatepayDirectDebitAcceptanceText(); ?>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $sDeviceIdentId = $this->getRatePayDeviceFingerprintSnippetId();
<li>
<div id="ratepay-Header">
<div>
<p><?php echo $this->__('Ratepay GmbH, Franklinstraße 28-29, 10587 Berlin'); ?></p>
<p><?php echo $this->__('Ratepay GmbH, Ritterstraße 12-14, 10969 Berlin'); ?></p>
<p><?php echo $this->__('Creditors ID: ') . 'DE39RPY00000568463'; ?></p>
<p><?php echo $this->__('Mandate reference: (will be sent after the purchase)'); ?></p>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<p>
<?php
$text = $this->__('I hereby consent to the forwarding of my data to %s according to %s and authorize them to collect payments related to this purchase contract from my account mentioned above by direct debit.');
$address = 'Ratepay GmbH, Franklinstraße 28-29, 10587 Berlin';
$address = 'Ratepay GmbH, Ritterstraße 12-14, 10969 Berlin';
$link = '<a target="_blank" href="https://www.ratepay.com/zusaetzliche-geschaeftsbedingungen-und-datenschutzhinweis-dach">' . $this->__('Ratepay Privacy Policy') . '</a>';
$text = sprintf($text, $address ,$link);
echo $text;
Expand Down

0 comments on commit 828d5c6

Please sign in to comment.