Plugin Directory

Changeset 2168677


Ignore:
Timestamp:
10/05/2019 09:08:43 AM (6 years ago)
Author:
Mofsy
Message:

New version: 2.0.1.1

Location:
wc-webmoney/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • wc-webmoney/trunk/includes/class-wc-webmoney-method.php

    r2167781 r2168677  
    10651065
    10661066        /**
     1067         * Debug
     1068         */
     1069        WC_Webmoney::instance()->get_logger()->addDebug('input_payment_notifications get', $_GET);
     1070        WC_Webmoney::instance()->get_logger()->addDebug('input_payment_notifications post', $_POST);
     1071
     1072        /**
    10671073         * Action not found
    10681074         */
     
    10791085         */
    10801086        $LMI_PAYMENT_NO = 0;
    1081             if(array_key_exists('LMI_PAYMENT_NO', $_REQUEST))
    1082         {
    1083             $LMI_PAYMENT_NO = $_REQUEST['LMI_PAYMENT_NO'];
     1087        if(array_key_exists('LMI_PAYMENT_NO', $_POST))
     1088        {
     1089            $LMI_PAYMENT_NO = $_POST['LMI_PAYMENT_NO'];
    10841090        }
    10851091
     
    10881094         */
    10891095        $LMI_PAYMENT_AMOUNT = 0;
    1090         if(array_key_exists('LMI_PAYMENT_AMOUNT', $_REQUEST))
    1091         {
    1092             $LMI_PAYMENT_AMOUNT = $_REQUEST['LMI_PAYMENT_AMOUNT'];
     1096        if(array_key_exists('LMI_PAYMENT_AMOUNT', $_POST))
     1097        {
     1098            $LMI_PAYMENT_AMOUNT = $_POST['LMI_PAYMENT_AMOUNT'];
    10931099        }
    10941100
     
    10971103         */
    10981104        $LMI_PREREQUEST = 0;
    1099         if(array_key_exists('LMI_PREREQUEST', $_REQUEST))
    1100         {
    1101             $LMI_PREREQUEST = (int) $_REQUEST['LMI_PREREQUEST'];
     1105        if(array_key_exists('LMI_PREREQUEST', $_POST))
     1106        {
     1107            $LMI_PREREQUEST = (int) $_POST['LMI_PREREQUEST'];
    11021108        }
    11031109
     
    11061112         */
    11071113        $LMI_PAYEE_PURSE = '';
    1108         if(array_key_exists('LMI_PAYEE_PURSE', $_REQUEST))
    1109         {
    1110             $LMI_PAYEE_PURSE = $_REQUEST['LMI_PAYEE_PURSE'];
     1114        if(array_key_exists('LMI_PAYEE_PURSE', $_POST))
     1115        {
     1116            $LMI_PAYEE_PURSE = $_POST['LMI_PAYEE_PURSE'];
    11111117        }
    11121118
     
    11151121         */
    11161122        $LMI_MODE = 0;
    1117         if(array_key_exists('LMI_MODE', $_REQUEST))
    1118         {
    1119             $LMI_MODE = (int) $_REQUEST['LMI_MODE'];
     1123        if(array_key_exists('LMI_MODE', $_POST))
     1124        {
     1125            $LMI_MODE = (int) $_POST['LMI_MODE'];
    11201126        }
    11211127
     
    11241130         */
    11251131        $LMI_SECRET_KEY = '';
    1126         if(array_key_exists('LMI_SECRET_KEY', $_REQUEST))
    1127         {
    1128             $LMI_SECRET_KEY = $_REQUEST['LMI_SECRET_KEY'];
     1132        if(array_key_exists('LMI_SECRET_KEY', $_POST))
     1133        {
     1134            $LMI_SECRET_KEY = $_POST['LMI_SECRET_KEY'];
    11291135        }
    11301136
     
    11331139         */
    11341140        $LMI_SYS_INVS_NO = 0;
    1135         if(array_key_exists('LMI_SYS_INVS_NO', $_REQUEST))
    1136         {
    1137             $LMI_SYS_INVS_NO = $_REQUEST['LMI_SYS_INVS_NO'];
     1141        if(array_key_exists('LMI_SYS_INVS_NO', $_POST))
     1142        {
     1143            $LMI_SYS_INVS_NO = $_POST['LMI_SYS_INVS_NO'];
    11381144        }
    11391145
     
    11421148         */
    11431149        $LMI_SYS_TRANS_NO = 0;
    1144         if(array_key_exists('LMI_SYS_TRANS_NO', $_REQUEST))
    1145         {
    1146             $LMI_SYS_TRANS_NO = $_REQUEST['LMI_SYS_TRANS_NO'];
     1150        if(array_key_exists('LMI_SYS_TRANS_NO', $_POST))
     1151        {
     1152            $LMI_SYS_TRANS_NO = $_POST['LMI_SYS_TRANS_NO'];
    11471153        }
    11481154
     
    11511157         */
    11521158        $LMI_SYS_TRANS_DATE = '';
    1153         if(array_key_exists('LMI_SYS_TRANS_DATE', $_REQUEST))
    1154         {
    1155             $LMI_SYS_TRANS_DATE = $_REQUEST['LMI_SYS_TRANS_DATE'];
     1159        if(array_key_exists('LMI_SYS_TRANS_DATE', $_POST))
     1160        {
     1161            $LMI_SYS_TRANS_DATE = $_POST['LMI_SYS_TRANS_DATE'];
    11561162        }
    11571163
     
    11601166         */
    11611167        $LMI_PAYER_PURSE = '';
    1162         if(array_key_exists('LMI_PAYER_PURSE', $_REQUEST))
    1163         {
    1164             $LMI_PAYER_PURSE = $_REQUEST['LMI_PAYER_PURSE'];
     1168        if(array_key_exists('LMI_PAYER_PURSE', $_POST))
     1169        {
     1170            $LMI_PAYER_PURSE = $_POST['LMI_PAYER_PURSE'];
    11651171        }
    11661172
     
    11691175         */
    11701176        $LMI_PAYER_WM = '';
    1171         if(array_key_exists('LMI_PAYER_WM', $_REQUEST))
    1172         {
    1173             $LMI_PAYER_WM = $_REQUEST['LMI_PAYER_WM'];
     1177        if(array_key_exists('LMI_PAYER_WM', $_POST))
     1178        {
     1179            $LMI_PAYER_WM = $_POST['LMI_PAYER_WM'];
    11741180        }
    11751181
     
    11781184         */
    11791185        $LMI_CAPITALLER_WMID = '';
    1180         if(array_key_exists('LMI_CAPITALLER_WMID', $_REQUEST))
    1181         {
    1182             $LMI_CAPITALLER_WMID =  $_REQUEST['LMI_CAPITALLER_WMID'];
     1186        if(array_key_exists('LMI_CAPITALLER_WMID', $_POST))
     1187        {
     1188            $LMI_CAPITALLER_WMID =  $_POST['LMI_CAPITALLER_WMID'];
    11831189        }
    11841190
     
    11871193         */
    11881194        $LMI_PAYMER_EMAIL = '';
    1189         if(array_key_exists('LMI_PAYMER_EMAIL', $_REQUEST))
    1190         {
    1191             $LMI_PAYMER_EMAIL =  $_REQUEST['LMI_PAYMER_EMAIL'];
     1195        if(array_key_exists('LMI_PAYMER_EMAIL', $_POST))
     1196        {
     1197            $LMI_PAYMER_EMAIL =  $_POST['LMI_PAYMER_EMAIL'];
    11921198        }
    11931199
     
    11961202         */
    11971203        $LMI_PAYER_IP = '';
    1198         if(array_key_exists('LMI_PAYER_IP', $_REQUEST))
    1199         {
    1200             $LMI_PAYER_IP =  $_REQUEST['LMI_PAYER_IP'];
     1204        if(array_key_exists('LMI_PAYER_IP', $_POST))
     1205        {
     1206            $LMI_PAYER_IP =  $_POST['LMI_PAYER_IP'];
    12011207        }
    12021208
     
    12051211         */
    12061212        $LMI_HASH = '';
    1207         if(array_key_exists('LMI_HASH', $_REQUEST))
    1208         {
    1209             $LMI_HASH = $_REQUEST['LMI_HASH'];
     1213        if(array_key_exists('LMI_HASH', $_POST))
     1214        {
     1215            $LMI_HASH = $_POST['LMI_HASH'];
    12101216        }
    12111217
     
    12321238         * Order not found
    12331239         */
    1234         if($order === false)
    1235         {
     1240        if($order === false && $_GET['action'] !== 'result')
     1241        {
     1242            /**
     1243             * Debug
     1244             */
     1245            WC_Webmoney::instance()->get_logger()->addError('input_payment_notifications order not found by id: '. $LMI_PAYMENT_NO);
     1246
    12361247            /**
    12371248             * Send Service unavailable
     
    12451256        if ($_GET['action'] === 'result')
    12461257        {
     1258            /**
     1259             * Check in settings
     1260             */
     1261            if($order === false)
     1262            {
     1263                /**
     1264                 * Debug
     1265                 */
     1266                WC_Webmoney::instance()->get_logger()->addInfo('input_payment_notifications check result url');
     1267
     1268                /**
     1269                 * Send Service available
     1270                 */
     1271                die('Ok');
     1272            }
    12471273            /**
    12481274             * Check pre request
     
    12501276            if($LMI_PREREQUEST === 1)
    12511277            {
     1278                /**
     1279                 * Debug
     1280                 */
     1281                WC_Webmoney::instance()->get_logger()->addInfo('input_payment_notifications PRE request success'. $LMI_PAYMENT_NO);
     1282
    12521283                /**
    12531284                 * Add order note
     
    12691300                if($local_hash !== $LMI_HASH)
    12701301                {
     1302                    /**
     1303                     * Debug
     1304                     */
     1305                    WC_Webmoney::instance()->get_logger()->addError('input_payment_notifications Validate hash error'. $LMI_PAYMENT_NO);
     1306
    12711307                    $validate = false;
    12721308
     
    12821318                if($LMI_SECRET_KEY !== '' && $this->secret_key !== $LMI_SECRET_KEY)
    12831319                {
     1320                    /**
     1321                     * Debug
     1322                     */
     1323                    WC_Webmoney::instance()->get_logger()->addError('input_payment_notifications Validate secret key error'. $LMI_PAYMENT_NO);
     1324
    12841325                    $validate = false;
    12851326
     
    13261367
    13271368                    /**
     1369                     * Debug
     1370                     */
     1371                    WC_Webmoney::instance()->get_logger()->addError('input_payment_notifications payment_complete'. $LMI_SYS_TRANS_NO);
     1372
     1373                    /**
    13281374                     * Set status is payment
    13291375                     */
     
    13341380                {
    13351381                    /**
     1382                     * Debug
     1383                     */
     1384                    WC_Webmoney::instance()->get_logger()->addError('input_payment_notifications Validate false'. $LMI_SYS_TRANS_NO);
     1385
     1386                    /**
    13361387                     * Send Service unavailable
    13371388                     */
     
    13411392
    13421393            /**
     1394             * Debug
     1395             */
     1396            WC_Webmoney::instance()->get_logger()->addError('input_payment_notifications Result final error'. $LMI_SYS_TRANS_NO);
     1397
     1398            /**
    13431399             * Send Service unavailable
    13441400             */
     
    13501406        else if ($_GET['action'] === 'success')
    13511407        {
     1408            /**
     1409             * Debug
     1410             */
     1411            WC_Webmoney::instance()->get_logger()->addDebug('input_payment_notifications Success');
     1412
    13521413            /**
    13531414             * Add order note
     
    13721433        {
    13731434            /**
     1435             * Debug
     1436             */
     1437            WC_Webmoney::instance()->get_logger()->addDebug('input_payment_notifications Fail');
     1438
     1439            /**
    13741440             * Add order note
    13751441             */
    1376             $order->add_order_note(sprintf(__('The order has not been paid. WMID: %1$s and purse: %2$s and IP: %3$s', 'wc-webmoney'), $LMI_PAYER_WM, $LMI_PAYER_PURSE, $LMI_PAYER_IP));
     1442            $order->add_order_note(__('Client return to fail url. The order has not been paid.', 'wc-webmoney'));
    13771443
    13781444            /**
    13791445             * Set status is failed
    13801446             */
    1381             $order->update_status('failed');
     1447            //$order->update_status('failed');
    13821448
    13831449            /**
  • wc-webmoney/trunk/includes/class-wc-webmoney.php

    r2167781 r2168677  
    328328            $wp_dir = wp_upload_dir();
    329329
    330             $this->set_logger(new WC_Gatework_Logger( $wp_dir['basedir'] . '/wc-webmoney.txt', 400));
     330            $options = get_option('woocommerce_webmoney_settings', array());
     331            $level = 400;
     332
     333            if(isset($options['logger']) && $options['logger'] !== '')
     334            {
     335                $level = $options['logger'];
     336            }
     337
     338            $this->set_logger(new WC_Gatework_Logger( $wp_dir['basedir'] . '/wc-webmoney.txt', $level));
    331339        }
    332340    }
  • wc-webmoney/trunk/languages/wc-webmoney-ru_RU.po

    r2167781 r2168677  
    22msgstr ""
    33"Project-Id-Version: Webmoney - payment gateway for WooCommerce\n"
    4 "POT-Creation-Date: 2019-10-03 20:04+0300\n"
    5 "PO-Revision-Date: 2019-10-03 20:21+0300\n"
     4"POT-Creation-Date: 2019-10-05 11:56+0300\n"
     5"PO-Revision-Date: 2019-10-05 12:01+0300\n"
    66"Last-Translator: Mofsy <ru.mofsy@yandex.ru>\n"
    77"Language-Team: Mofsy <support@mofsy.ru>\n"
     
    2828#: includes/class-wc-webmoney-method.php:88
    2929msgid "Pay via Webmoney."
    30 msgstr "Оплата с помощью Webmoney"
     30msgstr "Оплата с помощью Webmoney."
    3131
    3232#: includes/class-wc-webmoney-method.php:397
     
    130130
    131131#: includes/class-wc-webmoney-method.php:467
    132 #, fuzzy, php-format
    133 #| msgid ""
    134 #| "80%% of test payments will be successful, 20%% of test payments will fail"
     132#, php-format
    135133msgid "80% of will be successful, 20% of will be fail"
    136 msgstr "80%% платежей успешно, 20%% не успешно"
     134msgstr ""
    137135
    138136#: includes/class-wc-webmoney-method.php:473
     
    211209
    212210#: includes/class-wc-webmoney-method.php:549
    213 #, fuzzy
    214 #| msgid "Webmoney"
    215211msgid "webmoney"
    216 msgstr "Webmoney"
     212msgstr "webmoney"
    217213
    218214#: includes/class-wc-webmoney-method.php:554
     
    242238#: includes/class-wc-webmoney-method.php:565
    243239msgid "Payment via Webmoney."
    244 msgstr "Оплата с помощью Webmoney"
     240msgstr "Оплата с помощью Webmoney."
    245241
    246242#: includes/class-wc-webmoney-method.php:582
    247243msgid "Purse type: WMR"
    248 msgstr "Кошелек WMR"
     244msgstr "Тип кошелька: WMR"
    249245
    250246#: includes/class-wc-webmoney-method.php:584
     
    276272#: includes/class-wc-webmoney-method.php:599
    277273msgid "Please write Secret key for WMR purse."
    278 msgstr "Пожалуйста, введите Секретный ключ  для WMR"
     274msgstr "Пожалуйста, введите Секретный ключ  для WMR."
    279275
    280276#: includes/class-wc-webmoney-method.php:617
    281277msgid "Purse type: WMP"
    282 msgstr "Кошелек WMP"
     278msgstr "Тип кошелька: WMP"
    283279
    284280#: includes/class-wc-webmoney-method.php:624
     
    332328#: includes/class-wc-webmoney-method.php:687
    333329msgid "Purse type: WMZ"
    334 msgstr "Кошелек WMZ"
     330msgstr "Тип кошелька: WMZ"
    335331
    336332#: includes/class-wc-webmoney-method.php:689
     
    422418msgstr "Отменить и вернутся в корзину"
    423419
    424 #: includes/class-wc-webmoney-method.php:1074
     420#: includes/class-wc-webmoney-method.php:1080
    425421msgid "Action error."
    426422msgstr "Ошибка действия."
    427423
    428 #: includes/class-wc-webmoney-method.php:1239
     424#: includes/class-wc-webmoney-method.php:1250
    429425msgid "Order not found."
    430426msgstr "Заказ не найден."
    431427
    432 #: includes/class-wc-webmoney-method.php:1255
     428#: includes/class-wc-webmoney-method.php:1286
    433429#, php-format
    434430msgid "Webmoney PRE request success. WMID: %1$s and purse: %2$s and IP: %3$s"
    435431msgstr "Webmoney предзапрос выполнен. WMID: %1$s Кошелек: %2$s IP: %3$s"
    436432
    437 #: includes/class-wc-webmoney-method.php:1276
     433#: includes/class-wc-webmoney-method.php:1312
    438434#, php-format
    439435msgid "Validate hash error. Local: %1$s Remote: %2$s"
    440436msgstr "Ошибка валидации хеша. Локальный: %1$s Удаленный: %2$s"
    441437
    442 #: includes/class-wc-webmoney-method.php:1289
     438#: includes/class-wc-webmoney-method.php:1330
    443439#, php-format
    444440msgid "Validate secret key error. Local: %1$s Remote: %2$s"
    445441msgstr "Ошибка проверки секретного ключа. Локальный: %1$s Удаленный: %2$s"
    446442
    447 #: includes/class-wc-webmoney-method.php:1314
     443#: includes/class-wc-webmoney-method.php:1355
    448444#, php-format
    449445msgid ""
     
    452448"Счет успешно оплачен (ТЕСТОВЫЙ ПЛАТЕЖ). WMID: %1$s Кошелек: %2$s IP: %3$s"
    453449
    454 #: includes/class-wc-webmoney-method.php:1324
     450#: includes/class-wc-webmoney-method.php:1365
    455451#, php-format
    456452msgid "Order successfully paid. WMID: %1$s and purse: %2$s and IP: %3$s"
    457453msgstr "Счет успешно оплачен. WMID: %1$s Кошелек: %2$s IP: %3$s"
    458454
    459 #: includes/class-wc-webmoney-method.php:1338
    460 #: includes/class-wc-webmoney-method.php:1345
     455#: includes/class-wc-webmoney-method.php:1389
     456#: includes/class-wc-webmoney-method.php:1401
    461457msgid "Payment error, please pay other time."
    462458msgstr "Ошибка платежа, пожалуйста повторите попытку позже."
    463459
    464 #: includes/class-wc-webmoney-method.php:1355
     460#: includes/class-wc-webmoney-method.php:1416
    465461msgid "Client return to success page."
    466462msgstr "Клиент вернулся на страницу успешного платежа."
    467463
    468 #: includes/class-wc-webmoney-method.php:1376
    469 #, php-format
    470 msgid "The order has not been paid. WMID: %1$s and purse: %2$s and IP: %3$s"
    471 msgstr "Счет не был оплачен. WMID: %1$s Кошелек: %2$s IP: %3$s"
    472 
    473 #: includes/class-wc-webmoney-method.php:1393
     464#: includes/class-wc-webmoney-method.php:1442
     465msgid "Client return to fail url. The order has not been paid."
     466msgstr "Клиент вернулся на fail url. Счет не был оплачен."
     467
     468#: includes/class-wc-webmoney-method.php:1459
    474469msgid "Api request error. Action not found."
    475470msgstr "Ошибка запроса Api. Действие не найдено."
    476471
    477 #: includes/class-wc-webmoney.php:365
     472#: includes/class-wc-webmoney.php:373
    478473msgid "Buy Premium add-on"
    479474msgstr "Купить премиум"
    480475
    481 #: includes/class-wc-webmoney.php:380
     476#: includes/class-wc-webmoney.php:388
    482477msgid "Settings"
    483478msgstr "Настройки"
    484479
    485 #: includes/class-wc-webmoney.php:410
     480#: includes/class-wc-webmoney.php:418
    486481msgid ""
    487482"The plugin for accepting payments through Webmoney for WooCommerce has been "
     
    491486"версии, требующей дополнительной настройки."
    492487
    493 #: includes/class-wc-webmoney.php:412
     488#: includes/class-wc-webmoney.php:420
    494489msgid "here"
    495490msgstr "сюда"
    496491
    497 #: includes/class-wc-webmoney.php:413
     492#: includes/class-wc-webmoney.php:421
    498493#, php-format
    499494msgid "Press %s (to go to payment gateway settings)."
    500495msgstr "Нажмите %s (для перехода к настройкам платежного шлюза)."
    501496
    502 #: includes/class-wc-webmoney.php:518
     497#: includes/class-wc-webmoney.php:526
    503498msgid "Useful information"
    504499msgstr "Полезная информация"
    505500
    506 #: includes/class-wc-webmoney.php:521 includes/class-wc-webmoney.php:543
     501#: includes/class-wc-webmoney.php:529 includes/class-wc-webmoney.php:551
    507502msgid "Official plugin page"
    508503msgstr "Официальная страница плагина"
    509504
    510 #: includes/class-wc-webmoney.php:522
     505#: includes/class-wc-webmoney.php:530
    511506msgid "Related news: webmoney"
    512507msgstr "Новости по теме: webmoney"
    513508
    514 #: includes/class-wc-webmoney.php:523
     509#: includes/class-wc-webmoney.php:531
    515510msgid "Plugins for WooCommerce"
    516511msgstr "Плагины для WooCommerce"
    517512
    518 #: includes/class-wc-webmoney.php:524
     513#: includes/class-wc-webmoney.php:532
    519514msgid "Feedback to author"
    520515msgstr "Связь с автором"
    521516
    522 #: includes/class-wc-webmoney.php:536
     517#: includes/class-wc-webmoney.php:544
    523518msgid "Paid supplement"
    524519msgstr "Платное дополнение"
    525520
    526 #: includes/class-wc-webmoney.php:541
     521#: includes/class-wc-webmoney.php:549
    527522msgid "Even more opportunities to accept payments. Increase conversion."
    528523msgstr "Еще больше возможностей принимать платежи. Увеличьте конверсию."
     
    533528
    534529#. Plugin URI of the plugin/theme
    535 #| msgid "https://mofsy.ru/projects/woocommerce-webmoney-payment-gateway"
    536530msgid "https://mofsy.ru/projects/wc-webmoney"
    537531msgstr "https://mofsy.ru/projects/wc-webmoney"
     
    548542msgid "https://mofsy.ru"
    549543msgstr "https://mofsy.ru"
     544
     545#~ msgid "The order has not been paid. WMID: %1$s and purse: %2$s and IP: %3$s"
     546#~ msgstr "Счет не был оплачен. WMID: %1$s Кошелек: %2$s IP: %3$s"
    550547
    551548#~ msgid ""
     
    610607#~ msgstr "Счет успешно оплачен."
    611608
    612 #~ msgid "The order has not been paid."
    613 #~ msgstr "Счет не был оплачен."
    614 
    615609#~ msgid "Wallets"
    616610#~ msgstr "Кошельки"
  • wc-webmoney/trunk/languages/wc-webmoney.pot

    r2167781 r2168677  
    44"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    55"Project-Id-Version: Webmoney - payment gateway for WooCommerce\n"
    6 "POT-Creation-Date: 2019-10-03 20:02+0300\n"
     6"POT-Creation-Date: 2019-10-05 11:56+0300\n"
    77"PO-Revision-Date: 2016-01-05 19:06+0300\n"
    88"Last-Translator: Mofsy <ru.mofsy@yandex.ru>\n"
     
    385385msgstr ""
    386386
    387 #: includes/class-wc-webmoney-method.php:1074
     387#: includes/class-wc-webmoney-method.php:1080
    388388msgid "Action error."
    389389msgstr ""
    390390
    391 #: includes/class-wc-webmoney-method.php:1239
     391#: includes/class-wc-webmoney-method.php:1250
    392392msgid "Order not found."
    393393msgstr ""
    394394
    395 #: includes/class-wc-webmoney-method.php:1255
     395#: includes/class-wc-webmoney-method.php:1286
    396396#, php-format
    397397msgid "Webmoney PRE request success. WMID: %1$s and purse: %2$s and IP: %3$s"
    398398msgstr ""
    399399
    400 #: includes/class-wc-webmoney-method.php:1276
     400#: includes/class-wc-webmoney-method.php:1312
    401401#, php-format
    402402msgid "Validate hash error. Local: %1$s Remote: %2$s"
    403403msgstr ""
    404404
    405 #: includes/class-wc-webmoney-method.php:1289
     405#: includes/class-wc-webmoney-method.php:1330
    406406#, php-format
    407407msgid "Validate secret key error. Local: %1$s Remote: %2$s"
    408408msgstr ""
    409409
    410 #: includes/class-wc-webmoney-method.php:1314
     410#: includes/class-wc-webmoney-method.php:1355
    411411#, php-format
    412412msgid ""
     
    414414msgstr ""
    415415
    416 #: includes/class-wc-webmoney-method.php:1324
     416#: includes/class-wc-webmoney-method.php:1365
    417417#, php-format
    418418msgid "Order successfully paid. WMID: %1$s and purse: %2$s and IP: %3$s"
    419419msgstr ""
    420420
    421 #: includes/class-wc-webmoney-method.php:1338
    422 #: includes/class-wc-webmoney-method.php:1345
     421#: includes/class-wc-webmoney-method.php:1389
     422#: includes/class-wc-webmoney-method.php:1401
    423423msgid "Payment error, please pay other time."
    424424msgstr ""
    425425
    426 #: includes/class-wc-webmoney-method.php:1355
     426#: includes/class-wc-webmoney-method.php:1416
    427427msgid "Client return to success page."
    428428msgstr ""
    429429
    430 #: includes/class-wc-webmoney-method.php:1376
    431 #, php-format
    432 msgid "The order has not been paid. WMID: %1$s and purse: %2$s and IP: %3$s"
    433 msgstr ""
    434 
    435 #: includes/class-wc-webmoney-method.php:1393
     430#: includes/class-wc-webmoney-method.php:1442
     431msgid "Client return to fail url. The order has not been paid."
     432msgstr ""
     433
     434#: includes/class-wc-webmoney-method.php:1459
    436435msgid "Api request error. Action not found."
    437436msgstr ""
    438437
    439 #: includes/class-wc-webmoney.php:365
     438#: includes/class-wc-webmoney.php:373
    440439msgid "Buy Premium add-on"
    441440msgstr ""
    442441
    443 #: includes/class-wc-webmoney.php:380
     442#: includes/class-wc-webmoney.php:388
    444443msgid "Settings"
    445444msgstr ""
    446445
    447 #: includes/class-wc-webmoney.php:410
     446#: includes/class-wc-webmoney.php:418
    448447msgid ""
    449448"The plugin for accepting payments through Webmoney for WooCommerce has been "
     
    451450msgstr ""
    452451
    453 #: includes/class-wc-webmoney.php:412
     452#: includes/class-wc-webmoney.php:420
    454453msgid "here"
    455454msgstr ""
    456455
    457 #: includes/class-wc-webmoney.php:413
     456#: includes/class-wc-webmoney.php:421
    458457#, php-format
    459458msgid "Press %s (to go to payment gateway settings)."
    460459msgstr ""
    461460
    462 #: includes/class-wc-webmoney.php:518
     461#: includes/class-wc-webmoney.php:526
    463462msgid "Useful information"
    464463msgstr ""
    465464
    466 #: includes/class-wc-webmoney.php:521 includes/class-wc-webmoney.php:543
     465#: includes/class-wc-webmoney.php:529 includes/class-wc-webmoney.php:551
    467466msgid "Official plugin page"
    468467msgstr ""
    469468
    470 #: includes/class-wc-webmoney.php:522
     469#: includes/class-wc-webmoney.php:530
    471470msgid "Related news: webmoney"
    472471msgstr ""
    473472
    474 #: includes/class-wc-webmoney.php:523
     473#: includes/class-wc-webmoney.php:531
    475474msgid "Plugins for WooCommerce"
    476475msgstr ""
    477476
    478 #: includes/class-wc-webmoney.php:524
     477#: includes/class-wc-webmoney.php:532
    479478msgid "Feedback to author"
    480479msgstr ""
    481480
    482 #: includes/class-wc-webmoney.php:536
     481#: includes/class-wc-webmoney.php:544
    483482msgid "Paid supplement"
    484483msgstr ""
    485484
    486 #: includes/class-wc-webmoney.php:541
     485#: includes/class-wc-webmoney.php:549
    487486msgid "Even more opportunities to accept payments. Increase conversion."
    488487msgstr ""
  • wc-webmoney/trunk/readme.txt

    r2167781 r2168677  
    1717
    1818This is the best payment gateway plugin for Webmoney, because it is the most integrated with Webmoney Merchant capabilities and is available for most versions WooCommerce and Wordpress.
    19 [More description](https://mofsy.ru/projects/wc-webmoney
     19[More description](https://mofsy.ru/projects/wc-webmoney)
    2020
    2121Questions and answers:
     
    2424= Support external plugins =
    25251. WPML (http://wpml.org)
    26 2. WooCommerce Currency Switcher (https://currency-switcher.com))
     262. WooCommerce Currency Switcher (https://currency-switcher.com)
    2727
    2828= Support currency =
     
    5353
    5454== Changelog ==
     55
     56= 2.0.1.1 =
     57* Fix logger
     58* Fix language files
     59* Fix result url
     60* More fix
    5561
    5662= 2.0.0.1 =
  • wc-webmoney/trunk/wc-webmoney.php

    r2167781 r2168677  
    44    Plugin URI: https://mofsy.ru/projects/wc-webmoney
    55    Description: Allows you to use Webmoney payment gateway with the WooCommerce plugin.
    6     Version: 2.0.0.1
     6    Version: 2.0.1.1
    77    WC requires at least: 3.0
    88    WC tested up to: 3.7
Note: See TracChangeset for help on using the changeset viewer.