Skip to content

Commit cfc968c

Browse files
Merge pull request #101 from AbdullahAldakheel/master
(fix): fix payment title
2 parents 23694ed + c15d098 commit cfc968c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 5.1.1 - 2025-01-20
9+
### Fixed
10+
- Fixed an issue with the Samsung Pay payment title.
811

912
## 5.1.0 - 2025-01-18
1013
### Added

Helper/MoyasarHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
class MoyasarHelper extends AbstractHelper
2323
{
24-
const VERSION = '5.1.0';
24+
const VERSION = '5.1.1';
2525

2626
const XML_PATH_CREDIT_CARD_IS_ACTIVE = 'payment/moyasar_payments/active';
2727
const XML_PATH_APPLE_PAY_IS_ACTIVE = 'payment/moyasar_payments_apple_pay/active';

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "moyasar-fintech/magento2",
33
"description": "Magento 2 payment module that integrate with https:\\\\moyasar.com Gateway",
44
"type": "magento2-module",
5-
"version": "5.1.0",
5+
"version": "5.1.1",
66
"authors": [
77
{
88
"email": "[email protected]",

view/frontend/web/js/view/payment/method-renderer/moyasar_payments_samsung_pay.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ define([
9898
getSamsungPayCode: function () {
9999
return 'moyasar_payments_samsung_pay';
100100
},
101-
getTitle: function () {
102-
return 'Samsung Pay';
103-
},
104101
isActive: function () {
105102
return true;
106103
},

0 commit comments

Comments
 (0)