3
0

Merge branch 'main' into 'release'

feat: added .gitattributes

See merge request products/cashier/cms/wordpress/woocommerce!10
This commit is contained in:
Ivan Sadovin 2026-07-16 15:29:36 +03:00 committed by Git Moneta
commit 7010a4649d
No known key found for this signature in database
GPG Key ID: 72A746BD7C9C5031
3 changed files with 5 additions and 3 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
README.md export-ignore
.gitattributes export-ignore

View File

@ -5,7 +5,7 @@
![PHP](https://img.shields.io/badge/PHP-5.6%2B-purple)
![License](https://img.shields.io/badge/License-MIT-green)
> **📦 Версия модуля: 1.5.0**
> **📦 Версия модуля: 1.5.1**
> ** Примечание по валюте**
> Данный модуль работает **только с валютой RUB (Российский рубль)**.

View File

@ -3,7 +3,7 @@
/**
* Plugin Name: Монета | PayAnyWay
* Description: PayAnyWay - Приём платежей для бизнеса на сайтах, в соцсетях и приложениях
* Version: 1.5.0
* Version: 1.5.1
* Author: PayAnyWay
* Author URI: https://payanyway.ru
* Requires Plugins: woocommerce
@ -25,7 +25,7 @@ function woocommerce_payanyway() {
return;
class WC_Payanyway extends WC_Payment_Gateway {
const MODULE_VERSION = '1.5.0';
const MODULE_VERSION = '1.5.1';
const MODULE_NAME = 'payanyway';
const PROD_ENDPOINT = 'https://www.payanyway.ru/assistant.htm';