Skip to content

Commit

Permalink
updated label for pre-authorized
Browse files Browse the repository at this point in the history
reverted previous changes
  • Loading branch information
jcuervas committed Jun 13, 2023
1 parent 1767355 commit 0da05d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Setup/Patch/Data/SetupSales.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function apply(): void

$statuses = [
Monei::STATUS_MONEI_PENDING => __('Monei - pending'),
Monei::STATUS_MONEI_AUTHORIZED => __('Monei - Preauthorized'),
Monei::STATUS_MONEI_AUTHORIZED => __('Monei - pre-authorized'),
Monei::STATUS_MONEI_EXPIRED => __('Monei - expired'),
Monei::STATUS_MONEI_FAILED => __('Monei - failed'),
Monei::STATUS_MONEI_SUCCEDED => __('Monei - succeeded'),
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
~ @copyright Copyright © Monei (https://monei.com)
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Monei_MoneiPayment" setup_version="1.1.0">
<module name="Monei_MoneiPayment" setup_version="1.1.4">
<sequence>
<module name="Magento_Checkout"/>
<module name="Magento_Config"/>
Expand Down

0 comments on commit 0da05d6

Please sign in to comment.