Skip to content

Commit

Permalink
Merge pull request #24 from appinlet/release/2.4.3
Browse files Browse the repository at this point in the history
2021-07-05: v2.4.3
  • Loading branch information
appinlet authored Jul 5, 2021
2 parents 2f2b0f1 + dae12f9 commit fceb7a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Paygate/PayWeb/Model/PayGate.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public function getStandardCheckoutFormFields()
'paygate/notify',
array('_secure' => true)
) . '?eid=' . $entityOrderId;
$fields['USER3'] = 'magento2-v2.4.2';
$fields['USER3'] = 'magento2-v2.4.3';

if ( ! empty($vaultId) && ($vaultEnabled == 1 || ($vaultEnabled == $saveCard)) && ($vaultEnabled !== 0)) {
$fields['VAULT'] = 1;
Expand Down
2 changes: 2 additions & 0 deletions Paygate/PayWeb/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Date Version Description
=========================================================================

2021-07-05: v2.4.3 : Increase cron schedule to query every 10 minutes.

2021-06-15: v2.4.2 : Fix cron query method not firing as expected on some configurations.
Fix 'Fetch' query method not updating order status from backend.
Remove redirect button.
Expand Down
2 changes: 1 addition & 1 deletion Paygate/PayWeb/etc/crontab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
<group id="default">
<job instance="PayGate\PayWeb\Cron\CronQuery" method="execute" name="paygate_payweb_query">
<schedule>*/60 * * * *</schedule>
<schedule>*/10 * * * *</schedule>
</job>
</group>
</config>
2 changes: 1 addition & 1 deletion Paygate/PayWeb/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="PayGate_PayWeb" setup_version="2.4.2">
<module name="PayGate_PayWeb" setup_version="2.4.3">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Sales"/>
Expand Down

0 comments on commit fceb7a4

Please sign in to comment.