Payment Gateway for MyAmeriaPay

설명

This plugin adds MyAmeria Pay as a payment option in WooCommerce stores.

Compatibility

  • Compatible with WooCommerce High-Performance Order Storage (HPOS) feature
  • Requires WooCommerce 6.0+
  • Tested up to WooCommerce 8.0

스크린샷

  • MyAmeria Pay option in WooCommerce checkout
  • Plugin configuration settings first screenshoot
  • Plugin configuration settings second screenshoot

설치

  1. Upload the plugin to your WordPress site
  2. Activate the plugin
  3. Configure the settings in WooCommerce Settings Payments MyAmeria Pay

FAQ

How do I get API credentials?

Contact AmeriaBank to get your merchant credentials.

후기

2025년 10월 14일
MyAmeriaPay is a reliable and easy-to-use payment solution for WooCommerce stores in Armenia. Setup was smooth, and it integrates perfectly with WooCommerce. I appreciate the local bank support (Ameriabank) and QR payment options. Highly recommend for Armenian e-commerce businesses!
모든 2 평가 읽기

기여자 & 개발자

“Payment Gateway for MyAmeriaPay”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Payment Gateway for MyAmeriaPay”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.5.3

  • Title and logo changes= 1.5.2 =
  • Minor bug fix

1.5.1

  • Changed block class prefixes.

1.5

  • Changed textdomain to “payment-gateway-for-myameriapay”.
  • Prefixed all function, class, and option names with paymgafo_myameria_ to avoid naming collisions.
  • Fixed all warnings from plugin checks.

1.4

  • Added Test and Production mode environment option for users.
  • Improved UI/UX design and layout fixes.
  • Added eye icon to toggle password visibility.
  • Updated Plugin Info section data.

1.3

  • Renamed plugin to avoid trademark confusion and follow WordPress.org guidelines.
  • Changed plugin slug to payment-gateway-for-myameriapay.
  • Prefixed all function, class, and option names with paymgafo_myameria_ to avoid naming collisions.
  • Removed load_plugin_textdomain() as it is no longer needed (WordPress 4.6+).
  • Updated readme.txt with external service details and improved formatting.

1.2

  • Escaped all admin output and translatable strings using WordPress escaping functions (esc_html__, wp_kses_post, etc.)
  • Escaped output of $this->generate_settings_html() and $this->get_author_info_html() using wp_kses_post() to prevent XSS
  • Resolved PHPCS warnings related to output escaping for $this method calls
  • Ensured better compliance with WordPress security best practices in admin screens

1.1

  • Improved security: Added nonce verification for redirect handlers
  • Escaped all translatable strings and outputs using proper WordPress escaping functions (esc_html__, wp_kses_post, etc.)
  • Sanitized and validated usage of $_SERVER, $_GET, and other superglobals
  • Properly encoded query parameters in API requests using urlencode()
  • Minor code cleanup and improved developer feedback

1.0

  • Initial release