Skip to content

Commit

Permalink
Merge branch 'ISSUE-92' into 'master'
Browse files Browse the repository at this point in the history
#92 Update Smartney prices

Closes ISSUE-92

See merge request PayBM_eCommercePlugins/Magento_II!41
  • Loading branch information
zalazdi committed Apr 21, 2021
2 parents 6a57291 + 727fe41 commit 52e253b
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 3 deletions.
Binary file modified Instrukcja użytkownika.docx
Binary file not shown.
Binary file modified Instrukcja użytkownika.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Model/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function getActiveGateways()

if (
($gateway->getGatewayId() != self::AUTOPAY_GATEWAY_ID || $this->customerSession->isLoggedIn()) // AutoPay only for logger users
&& ($gateway->getGatewayId() != self::CREDIT_GATEWAY_ID || ($amount >= 200 && $amount <= 1500)) // Credit for 200-1500zł
&& ($gateway->getGatewayId() != self::CREDIT_GATEWAY_ID || ($amount >= 100 && $amount <= 2000)) // Credit for 100-2000zł
) {
if ($gateway->getIsSeparatedMethod()) {
$resultSeparated[] = $this->prepareGatewayStructure($gateway, $websiteCode);
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Moduł płatności umożliwiający realizację transakcji bezgotówkowych w skle

## Opis zmian

### Wersja 2.14.1
- Zmieniono kwoty dla "Smartney – Kup teraz, zapłać później" - z przedziału ~~200 zł - 1500 zł~~ na **100 zł - 2000 zł**.

### Wersja 2.14.0
- Dodano opcję „Pokaż kanały płatności w sklepie” – domyślnie włączona.
- Poprawiono opcję „Czas ważności płatności”
Expand Down
Binary file modified User manual.docx
Binary file not shown.
Binary file modified User manual.pdf
Binary file not shown.
Binary file removed bm-bluepayment-2.14.0.zip
Binary file not shown.
Binary file added bm-bluepayment-2.14.1.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bluepayment-plugin/module-bluepayment",
"description": "BM payment gateway for Magento 2.",
"type": "magento2-module",
"version": "2.14.0",
"version": "2.14.1",
"require": {
"magento/framework": "^102||^103",
"magento/module-config": "^101.0",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="BlueMedia_BluePayment" setup_version="2.14.0">
<module name="BlueMedia_BluePayment" setup_version="2.14.1">
<sequence>
<module name="Magento_Config" />
<module name="Magento_Sales"/>
Expand Down

0 comments on commit 52e253b

Please sign in to comment.