Skip to content

Commit 105574e

Browse files
Merge pull request #106 from AbdullahAldakheel/master
feat(SamsungPay): Add supported country
2 parents eb2bcd5 + 675042b commit 105574e

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.2.1 - 2025-07-24
9+
10+
### Added
11+
- Samsung Pay Country Code
12+
813
## 5.2.0 - 2025-07-07
914

1015
### 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.2.0';
24+
const VERSION = '5.2.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.2.0",
5+
"version": "5.2.1",
66
"authors": [
77
{
88
"email": "[email protected]",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ define([
142142
orderNumber: 'ORDER-' + new Date().getTime(),
143143
merchant: {
144144
name: window.checkoutConfig.moyasar_payments.samsung.store_name,
145+
countryCode: window.checkoutConfig.moyasar_payments.country || 'SA',
145146
url: window.location.hostname
146147
},
147148
amount: {

0 commit comments

Comments
 (0)