Changeset 3185979
- Timestamp:
- 11/11/2024 07:20:51 PM (17 months ago)
- Location:
- simple-payment
- Files:
-
- 8 edited
- 1 copied
-
tags/2.3.8 (copied) (copied from simple-payment/trunk)
-
tags/2.3.8/languages/simple-payment.pot (modified) (2 diffs)
-
tags/2.3.8/readme.txt (modified) (1 diff)
-
tags/2.3.8/simple-payment-plugin.php (modified) (1 diff)
-
tags/2.3.8/vendor/yalla-ya/simple-payment/Engines/Cardcom.php (modified) (1 diff)
-
trunk/languages/simple-payment.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/simple-payment-plugin.php (modified) (1 diff)
-
trunk/vendor/yalla-ya/simple-payment/Engines/Cardcom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-payment/tags/2.3.8/languages/simple-payment.pot
r3170981 r3185979 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Payment 2.3. 6\n"5 "Project-Id-Version: Simple Payment 2.3.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-payment\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-1 0-17T19:29:30+00:00\n"12 "POT-Creation-Date: 2024-11-11T19:20:14+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" -
simple-payment/tags/2.3.8/readme.txt
r3170981 r3185979 5 5 Requires at least: 4.6 6 6 Tested up to: 6.6.2 7 Stable tag: 2.3. 77 Stable tag: 2.3.8 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later -
simple-payment/tags/2.3.8/simple-payment-plugin.php
r3170981 r3185979 4 4 * Plugin URI: https://simple-payment.yalla-ya.com 5 5 * Description: Simple Payment enables integration with multiple payment gateways, and customize multiple payment forms. 6 * Version: 2.3. 76 * Version: 2.3.8 7 7 * Author: Ido Kobelkowsky / yalla ya! 8 8 * Author URI: https://github.com/idokd -
simple-payment/tags/2.3.8/vendor/yalla-ya/simple-payment/Engines/Cardcom.php
r3168857 r3185979 46 46 47 47 const LANGUAGES = [ 'he' => 'Hebrew', 'en' => 'English' ]; 48 const CURRENCIES = [ 'ILS' => 1, 'USD' => 2, 'AUD' => 36, 'CAD' => 124, 'DKK' => 208, 'JPY' => 392, 'NZD' => 554, 'RUB' => 643, 'CHF' => 756, 'GBP' => 826 ];48 const CURRENCIES = [ 'ILS' => 1, 'USD' => 2, 'AUD' => 36, 'CAD' => 124, 'DKK' => 208, 'JPY' => 392, 'NZD' => 554, 'RUB' => 643, 'CHF' => 756, 'GBP' => 826, 'EUR' => 978, 'ZAR' => 710, 'EGP' => 818, 'SEK' => '752', 'NOK' => 578, 'LBP' => 422, 'JOD' => 400 ]; 49 49 const OPERATIONS = [ 1 => 'Charge', 2 => 'Charge & Token', 3 => 'Token (Charge Pending)', 4 => 'Suspended Deal' ]; 50 50 const DOC_TYPES = [ 1 => 'Invoice', 3 => 'Formal Receipt', 101 => 'Order Confirmation', 400 => 'Receipt' , 405 => 'Donation' ]; -
simple-payment/trunk/languages/simple-payment.pot
r3170981 r3185979 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Payment 2.3. 6\n"5 "Project-Id-Version: Simple Payment 2.3.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-payment\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-1 0-17T19:29:30+00:00\n"12 "POT-Creation-Date: 2024-11-11T19:20:14+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.10.0\n" -
simple-payment/trunk/readme.txt
r3170981 r3185979 5 5 Requires at least: 4.6 6 6 Tested up to: 6.6.2 7 Stable tag: 2.3. 77 Stable tag: 2.3.8 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later -
simple-payment/trunk/simple-payment-plugin.php
r3170981 r3185979 4 4 * Plugin URI: https://simple-payment.yalla-ya.com 5 5 * Description: Simple Payment enables integration with multiple payment gateways, and customize multiple payment forms. 6 * Version: 2.3. 76 * Version: 2.3.8 7 7 * Author: Ido Kobelkowsky / yalla ya! 8 8 * Author URI: https://github.com/idokd -
simple-payment/trunk/vendor/yalla-ya/simple-payment/Engines/Cardcom.php
r3168857 r3185979 46 46 47 47 const LANGUAGES = [ 'he' => 'Hebrew', 'en' => 'English' ]; 48 const CURRENCIES = [ 'ILS' => 1, 'USD' => 2, 'AUD' => 36, 'CAD' => 124, 'DKK' => 208, 'JPY' => 392, 'NZD' => 554, 'RUB' => 643, 'CHF' => 756, 'GBP' => 826 ];48 const CURRENCIES = [ 'ILS' => 1, 'USD' => 2, 'AUD' => 36, 'CAD' => 124, 'DKK' => 208, 'JPY' => 392, 'NZD' => 554, 'RUB' => 643, 'CHF' => 756, 'GBP' => 826, 'EUR' => 978, 'ZAR' => 710, 'EGP' => 818, 'SEK' => '752', 'NOK' => 578, 'LBP' => 422, 'JOD' => 400 ]; 49 49 const OPERATIONS = [ 1 => 'Charge', 2 => 'Charge & Token', 3 => 'Token (Charge Pending)', 4 => 'Suspended Deal' ]; 50 50 const DOC_TYPES = [ 1 => 'Invoice', 3 => 'Formal Receipt', 101 => 'Order Confirmation', 400 => 'Receipt' , 405 => 'Donation' ];
Note: See TracChangeset
for help on using the changeset viewer.