Changeset 3332473
- Timestamp:
- 07/22/2025 07:01:21 PM (8 months ago)
- Location:
- simple-payment
- Files:
-
- 2 added
- 22 edited
- 1 copied
-
tags/2.4.2 (copied) (copied from simple-payment/trunk)
-
tags/2.4.2/addons/woocommerce/init.php (modified) (1 diff)
-
tags/2.4.2/admin/settings.php (modified) (1 diff)
-
tags/2.4.2/curl.log (modified) (1 diff)
-
tags/2.4.2/db/simple-payment-database.php (modified) (2 diffs)
-
tags/2.4.2/languages/simple-payment.pot (modified) (3 diffs)
-
tags/2.4.2/readme.txt (modified) (1 diff)
-
tags/2.4.2/settings.php (modified) (1 diff)
-
tags/2.4.2/simple-payment-plugin.php (modified) (2 diffs)
-
tags/2.4.2/vendor/composer/installed.json (modified) (3 diffs)
-
tags/2.4.2/vendor/composer/installed.php (modified) (3 diffs)
-
tags/2.4.2/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php (modified) (1 diff)
-
tags/2.4.2/vendor/yalla-ya/simple-payment/Engines/Test.php (added)
-
trunk/addons/woocommerce/init.php (modified) (1 diff)
-
trunk/admin/settings.php (modified) (1 diff)
-
trunk/curl.log (modified) (1 diff)
-
trunk/db/simple-payment-database.php (modified) (2 diffs)
-
trunk/languages/simple-payment.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/settings.php (modified) (1 diff)
-
trunk/simple-payment-plugin.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.json (modified) (3 diffs)
-
trunk/vendor/composer/installed.php (modified) (3 diffs)
-
trunk/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php (modified) (1 diff)
-
trunk/vendor/yalla-ya/simple-payment/Engines/Test.php (added)
Legend:
- Unmodified
- Added
- Removed
-
simple-payment/tags/2.4.2/addons/woocommerce/init.php
r3318371 r3332473 71 71 SimplePaymentPlugin::instance(); 72 72 // TODO: should validate the payment id status instead of the url param 73 $ops = $_REQUEST[ $SPWP:: $OP ] ?? ( $_REQUEST[ $SPWP::SPOP ] ?? false );73 $ops = $_REQUEST[ $SPWP::SPOP ] ?? ( $_REQUEST[ $SPWP::SPOP ] ?? false ); 74 74 if ( $ops == SimplePaymentPlugin::OPERATION_SUCCESS ) { 75 75 $order->add_order_note( __( 'Important consult payment status before processing.', 'simple-payment' ) ); -
simple-payment/tags/2.4.2/admin/settings.php
r3318371 r3332473 111 111 'title' => __('Engine', 'simple-payment'), 112 112 'type' => 'select', 113 'options' => ['PayPal' => __('PayPal', 'simple-payment'), 'Cardcom' => __('Cardcom', 'simple-payment'), 'iCount' => __('iCount', 'simple-payment'), 'PayMe' => __('PayMe', 'simple-payment'), 'iCredit' => __('iCredit', 'simple-payment'), 'CreditGuard' => __( 'CreditGuard', 'simple-payment' ), 'Meshulam' => __( 'Meshulam', 'simple-payment' ), 'YaadPay' => __( 'YaadPay', 'simple-payment' ),'Credit2000' => __('Credit2000', 'simple-payment'), 'Custom' => __('Custom', 'simple-payment') ]],113 'options' => ['PayPal' => __('PayPal', 'simple-payment'), 'Cardcom' => __('Cardcom', 'simple-payment'), 'iCount' => __('iCount', 'simple-payment'), 'PayMe' => __('PayMe', 'simple-payment'), 'iCredit' => __('iCredit', 'simple-payment'), 'CreditGuard' => __( 'CreditGuard', 'simple-payment' ), 'Meshulam' => __( 'Meshulam', 'simple-payment' ), 'YaadPay' => __( 'YaadPay', 'simple-payment' ),'Credit2000' => __('Credit2000', 'simple-payment'), 'Custom' => __('Custom', 'simple-payment'), 'Test' => __( 'Test', 'simple-payment' ) ] ], 114 114 'mode' => [ //Mode 115 115 'title' => __( 'Mode', 'simple-payment' ), -
simple-payment/tags/2.4.2/curl.log
r3319619 r3332473 516 516 < 517 517 * Connection #0 to host licensing.yalla-ya.com left intact 518 * Host licensing.yalla-ya.com:443 was resolved. 519 * IPv6: (none) 520 * IPv4: 192.178.52.179 521 * Trying 192.178.52.179:443... 522 * ALPN: curl offers h2,http/1.1 523 * CAfile: /usr/local/etc/openssl@3/cert.pem 524 * CApath: none 525 * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS 526 * ALPN: server accepted h2 527 * Server certificate: 528 * subject: CN=licensing.yalla-ya.com 529 * start date: Jun 13 17:28:16 2025 GMT 530 * expire date: Sep 11 18:20:09 2025 GMT 531 * subjectAltName: host "licensing.yalla-ya.com" matched cert's "licensing.yalla-ya.com" 532 * issuer: C=US; O=Google Trust Services; CN=WR3 533 * SSL certificate verify ok. 534 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 535 * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 536 * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha384WithRSAEncryption 537 * Connected to licensing.yalla-ya.com (192.178.52.179) port 443 538 * using HTTP/2 539 * [HTTP/2] [1] OPENED stream for https://licensing.yalla-ya.com/validate 540 * [HTTP/2] [1] [:method: POST] 541 * [HTTP/2] [1] [:scheme: https] 542 * [HTTP/2] [1] [:authority: licensing.yalla-ya.com] 543 * [HTTP/2] [1] [:path: /validate] 544 * [HTTP/2] [1] [accept: */*] 545 * [HTTP/2] [1] [content-length: 5] 546 * [HTTP/2] [1] [content-type: application/x-www-form-urlencoded] 547 > POST /validate HTTP/2 548 Host: licensing.yalla-ya.com 549 Accept: */* 550 Content-Length: 5 551 Content-Type: application/x-www-form-urlencoded 552 553 * upload completely sent off: 5 bytes 554 < HTTP/2 200 555 < x-powered-by: Express 556 < content-type: application/json; charset=utf-8 557 < etag: W/"b5-yC52RNMXBRm9gW1OPy81y12Cw54" 558 < vary: Accept-Encoding 559 < x-cloud-trace-context: 8a6d51f5c226a55c82d193d854e4fe8f;o=1 560 < date: Mon, 07 Jul 2025 22:52:38 GMT 561 < server: Google Frontend 562 < content-length: 181 563 < 564 * Connection #0 to host licensing.yalla-ya.com left intact 565 * Host licensing.yalla-ya.com:443 was resolved. 566 * IPv6: (none) 567 * IPv4: 192.178.52.179 568 * Trying 192.178.52.179:443... 569 * ALPN: curl offers h2,http/1.1 570 * CAfile: /usr/local/etc/openssl@3/cert.pem 571 * CApath: none 572 * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS 573 * ALPN: server accepted h2 574 * Server certificate: 575 * subject: CN=licensing.yalla-ya.com 576 * start date: Jun 13 17:28:16 2025 GMT 577 * expire date: Sep 11 18:20:09 2025 GMT 578 * subjectAltName: host "licensing.yalla-ya.com" matched cert's "licensing.yalla-ya.com" 579 * issuer: C=US; O=Google Trust Services; CN=WR3 580 * SSL certificate verify ok. 581 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 582 * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 583 * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha384WithRSAEncryption 584 * Connected to licensing.yalla-ya.com (192.178.52.179) port 443 585 * using HTTP/2 586 * [HTTP/2] [1] OPENED stream for https://licensing.yalla-ya.com/validate 587 * [HTTP/2] [1] [:method: POST] 588 * [HTTP/2] [1] [:scheme: https] 589 * [HTTP/2] [1] [:authority: licensing.yalla-ya.com] 590 * [HTTP/2] [1] [:path: /validate] 591 * [HTTP/2] [1] [accept: */*] 592 * [HTTP/2] [1] [content-length: 27] 593 * [HTTP/2] [1] [content-type: application/x-www-form-urlencoded] 594 > POST /validate HTTP/2 595 Host: licensing.yalla-ya.com 596 Accept: */* 597 Content-Length: 27 598 Content-Type: application/x-www-form-urlencoded 599 600 * upload completely sent off: 27 bytes 601 < HTTP/2 200 602 < x-powered-by: Express 603 < content-type: application/json; charset=utf-8 604 < etag: W/"b5-Ck3GCz2ySA+viI1Cfy8XNy+en9I" 605 < vary: Accept-Encoding 606 < x-cloud-trace-context: aea0636649a683704a2cef0b3c31a846;o=1 607 < date: Tue, 22 Jul 2025 18:59:01 GMT 608 < server: Google Frontend 609 < content-length: 181 610 < 611 * Connection #0 to host licensing.yalla-ya.com left intact 612 * Host licensing.yalla-ya.com:443 was resolved. 613 * IPv6: (none) 614 * IPv4: 192.178.52.179 615 * Trying 192.178.52.179:443... 616 * ALPN: curl offers h2,http/1.1 617 * CAfile: /usr/local/etc/openssl@3/cert.pem 618 * CApath: none 619 * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS 620 * ALPN: server accepted h2 621 * Server certificate: 622 * subject: CN=licensing.yalla-ya.com 623 * start date: Jun 13 17:28:16 2025 GMT 624 * expire date: Sep 11 18:20:09 2025 GMT 625 * subjectAltName: host "licensing.yalla-ya.com" matched cert's "licensing.yalla-ya.com" 626 * issuer: C=US; O=Google Trust Services; CN=WR3 627 * SSL certificate verify ok. 628 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 629 * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 630 * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha384WithRSAEncryption 631 * Connected to licensing.yalla-ya.com (192.178.52.179) port 443 632 * using HTTP/2 633 * [HTTP/2] [1] OPENED stream for https://licensing.yalla-ya.com/validate 634 * [HTTP/2] [1] [:method: POST] 635 * [HTTP/2] [1] [:scheme: https] 636 * [HTTP/2] [1] [:authority: licensing.yalla-ya.com] 637 * [HTTP/2] [1] [:path: /validate] 638 * [HTTP/2] [1] [accept: */*] 639 * [HTTP/2] [1] [content-length: 27] 640 * [HTTP/2] [1] [content-type: application/x-www-form-urlencoded] 641 > POST /validate HTTP/2 642 Host: licensing.yalla-ya.com 643 Accept: */* 644 Content-Length: 27 645 Content-Type: application/x-www-form-urlencoded 646 647 * upload completely sent off: 27 bytes 648 < HTTP/2 200 649 < x-powered-by: Express 650 < content-type: application/json; charset=utf-8 651 < etag: W/"b5-wR9MfNL+LrCDpV8YgqAWMVOhX/8" 652 < vary: Accept-Encoding 653 < x-cloud-trace-context: b122c5c073ec9fcae0e2103417900fda;o=1 654 < date: Tue, 22 Jul 2025 18:59:08 GMT 655 < server: Google Frontend 656 < content-length: 181 657 < 658 * Connection #0 to host licensing.yalla-ya.com left intact -
simple-payment/tags/2.4.2/db/simple-payment-database.php
r3318371 r3332473 3 3 if ( !defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 4 4 5 $sp_db_version = '2 6';5 $sp_db_version = '27'; 6 6 7 7 add_action( 'plugins_loaded', 'sp_update_db_check' ); … … 67 67 `response` TEXT DEFAULT NULL, 68 68 `ip_address` VARCHAR(250) DEFAULT NULL, 69 `token` TEXT DEFAULT NULL, 69 70 `user_agent` VARCHAR(250) DEFAULT NULL, 70 71 `modified` TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, -
simple-payment/tags/2.4.2/languages/simple-payment.pot
r3319619 r3332473 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Payment 2.4. 0\n"5 "Project-Id-Version: Simple Payment 2.4.1\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: 2025-0 6-30T00:08:12+00:00\n"12 "POT-Creation-Date: 2025-07-22T18:59:38+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" … … 1139 1139 #: settings.php:112 1140 1140 msgid "Custom" 1141 msgstr "" 1142 1143 #: admin/settings.php:113 1144 #: settings.php:112 1145 msgid "Test" 1141 1146 msgstr "" 1142 1147 -
simple-payment/tags/2.4.2/readme.txt
r3319619 r3332473 5 5 Requires at least: 4.6 6 6 Tested up to: 6.8.1 7 Stable tag: 2.4. 17 Stable tag: 2.4.2 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later -
simple-payment/tags/2.4.2/settings.php
r2881379 r3332473 110 110 'title' => __('Engine', 'simple-payment'), 111 111 'type' => 'select', 112 'options' => ['PayPal' => __('PayPal', 'simple-payment'), 'Cardcom' => __('Cardcom', 'simple-payment'), 'iCount' => __('iCount', 'simple-payment'), 'PayMe' => __('PayMe', 'simple-payment'), 'iCredit' => __('iCredit', 'simple-payment'), 'CreditGuard' => __( 'CreditGuard', 'simple-payment' ), 'Meshulam' => __( 'Meshulam', 'simple-payment' ), 'YaadPay' => __( 'YaadPay', 'simple-payment' ),'Credit2000' => __('Credit2000', 'simple-payment'), 'Custom' => __('Custom', 'simple-payment') ]],112 'options' => ['PayPal' => __('PayPal', 'simple-payment'), 'Cardcom' => __('Cardcom', 'simple-payment'), 'iCount' => __('iCount', 'simple-payment'), 'PayMe' => __('PayMe', 'simple-payment'), 'iCredit' => __('iCredit', 'simple-payment'), 'CreditGuard' => __( 'CreditGuard', 'simple-payment' ), 'Meshulam' => __( 'Meshulam', 'simple-payment' ), 'YaadPay' => __( 'YaadPay', 'simple-payment' ),'Credit2000' => __('Credit2000', 'simple-payment'), 'Custom' => __('Custom', 'simple-payment'), 'Test' => __( 'Test', 'simple-payment' ) ] ], 113 113 'mode' => [ //Mode 114 114 'title' => __('Mode', 'simple-payment'), -
simple-payment/tags/2.4.2/simple-payment-plugin.php
r3319619 r3332473 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.4. 16 * Version: 2.4.2 7 7 * Author: Ido Kobelkowsky / yalla ya! 8 8 * Author URI: https://github.com/idokd … … 47 47 public static $table_name_metadata = 'sp_transactions_metadata'; 48 48 49 public static $engines = [ 'PayPal', 'Cardcom', 'iCount', 'PayMe', 'iCredit', 'CreditGuard', 'Meshulam', 'YaadPay', 'Credit2000', 'Custom' ];49 public static $engines = [ 'PayPal', 'Cardcom', 'iCount', 'PayMe', 'iCredit', 'CreditGuard', 'Meshulam', 'YaadPay', 'Credit2000', 'Custom', 'Test' ]; 50 50 51 51 public static $fields = [ 'payment_id', 'transaction_id', 'token', 'target', 'type', 'callback', 'display', 'concept', 'redirect_url', 'source', 'source_id', self::ENGINE, self::AMOUNT, self::PRODUCT, self::PRODUCT_CODE, self::PRODUCTS, self::METHOD, self::FULL_NAME, self::FIRST_NAME, self::LAST_NAME, self::PHONE, self::MOBILE, self::ADDRESS, self::ADDRESS2, self::EMAIL, self::COUNTRY, self::STATE, self::ZIPCODE, self::PAYMENTS, self::INSTALLMENTS, self::CARD_CVV, self::CARD_EXPIRY_MONTH, self::CARD_EXPIRY_YEAR, self::CARD_NUMBER, self::CURRENCY, self::COMMENT, self::CITY, self::COMPANY, self::TAX_ID, self::CARD_OWNER, self::CARD_OWNER_ID, self::LANGUAGE ]; -
simple-payment/tags/2.4.2/vendor/composer/installed.json
r3318371 r3332473 33 33 { 34 34 "name": "myclabs/deep-copy", 35 "version": "1.13. 1",36 "version_normalized": "1.13. 1.0",35 "version": "1.13.3", 36 "version_normalized": "1.13.3.0", 37 37 "source": { 38 38 "type": "git", 39 39 "url": "https://github.com/myclabs/DeepCopy.git", 40 "reference": " 1720ddd719e16cf0db4eb1c6eca108031636d46c"41 }, 42 "dist": { 43 "type": "zip", 44 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ 1720ddd719e16cf0db4eb1c6eca108031636d46c",45 "reference": " 1720ddd719e16cf0db4eb1c6eca108031636d46c",40 "reference": "faed855a7b5f4d4637717c2b3863e277116beb36" 41 }, 42 "dist": { 43 "type": "zip", 44 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/faed855a7b5f4d4637717c2b3863e277116beb36", 45 "reference": "faed855a7b5f4d4637717c2b3863e277116beb36", 46 46 "shasum": "" 47 47 }, … … 59 59 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 60 60 }, 61 "time": "2025-0 4-29T12:36:36+00:00",61 "time": "2025-07-05T12:25:42+00:00", 62 62 "type": "library", 63 63 "installation-source": "dist", … … 84 84 "support": { 85 85 "issues": "https://github.com/myclabs/DeepCopy/issues", 86 "source": "https://github.com/myclabs/DeepCopy/tree/1.13. 1"86 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.3" 87 87 }, 88 88 "funding": [ -
simple-payment/tags/2.4.2/vendor/composer/installed.php
r3319619 r3332473 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 59fc00a8805a5e2566813aaee5fd97f5dada586c',6 'reference' => '24c0d5d164985dab6f3810c6f939080658b4c050', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 23 23 ), 24 24 'myclabs/deep-copy' => array( 25 'pretty_version' => '1.13. 1',26 'version' => '1.13. 1.0',27 'reference' => ' 1720ddd719e16cf0db4eb1c6eca108031636d46c',25 'pretty_version' => '1.13.3', 26 'version' => '1.13.3.0', 27 'reference' => 'faed855a7b5f4d4637717c2b3863e277116beb36', 28 28 'type' => 'library', 29 29 'install_path' => __DIR__ . '/../myclabs/deep-copy', … … 70 70 'pretty_version' => 'dev-master', 71 71 'version' => 'dev-master', 72 'reference' => ' 59fc00a8805a5e2566813aaee5fd97f5dada586c',72 'reference' => '24c0d5d164985dab6f3810c6f939080658b4c050', 73 73 'type' => 'project', 74 74 'install_path' => __DIR__ . '/../../', -
simple-payment/tags/2.4.2/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php
r3318371 r3332473 88 88 * Deep copies the given object. 89 89 * 90 * @param mixed $object 91 * 92 * @return mixed 90 * @template TObject 91 * 92 * @param TObject $object 93 * 94 * @return TObject 93 95 */ 94 96 public function copy($object) -
simple-payment/trunk/addons/woocommerce/init.php
r3318371 r3332473 71 71 SimplePaymentPlugin::instance(); 72 72 // TODO: should validate the payment id status instead of the url param 73 $ops = $_REQUEST[ $SPWP:: $OP ] ?? ( $_REQUEST[ $SPWP::SPOP ] ?? false );73 $ops = $_REQUEST[ $SPWP::SPOP ] ?? ( $_REQUEST[ $SPWP::SPOP ] ?? false ); 74 74 if ( $ops == SimplePaymentPlugin::OPERATION_SUCCESS ) { 75 75 $order->add_order_note( __( 'Important consult payment status before processing.', 'simple-payment' ) ); -
simple-payment/trunk/admin/settings.php
r3318371 r3332473 111 111 'title' => __('Engine', 'simple-payment'), 112 112 'type' => 'select', 113 'options' => ['PayPal' => __('PayPal', 'simple-payment'), 'Cardcom' => __('Cardcom', 'simple-payment'), 'iCount' => __('iCount', 'simple-payment'), 'PayMe' => __('PayMe', 'simple-payment'), 'iCredit' => __('iCredit', 'simple-payment'), 'CreditGuard' => __( 'CreditGuard', 'simple-payment' ), 'Meshulam' => __( 'Meshulam', 'simple-payment' ), 'YaadPay' => __( 'YaadPay', 'simple-payment' ),'Credit2000' => __('Credit2000', 'simple-payment'), 'Custom' => __('Custom', 'simple-payment') ]],113 'options' => ['PayPal' => __('PayPal', 'simple-payment'), 'Cardcom' => __('Cardcom', 'simple-payment'), 'iCount' => __('iCount', 'simple-payment'), 'PayMe' => __('PayMe', 'simple-payment'), 'iCredit' => __('iCredit', 'simple-payment'), 'CreditGuard' => __( 'CreditGuard', 'simple-payment' ), 'Meshulam' => __( 'Meshulam', 'simple-payment' ), 'YaadPay' => __( 'YaadPay', 'simple-payment' ),'Credit2000' => __('Credit2000', 'simple-payment'), 'Custom' => __('Custom', 'simple-payment'), 'Test' => __( 'Test', 'simple-payment' ) ] ], 114 114 'mode' => [ //Mode 115 115 'title' => __( 'Mode', 'simple-payment' ), -
simple-payment/trunk/curl.log
r3319619 r3332473 516 516 < 517 517 * Connection #0 to host licensing.yalla-ya.com left intact 518 * Host licensing.yalla-ya.com:443 was resolved. 519 * IPv6: (none) 520 * IPv4: 192.178.52.179 521 * Trying 192.178.52.179:443... 522 * ALPN: curl offers h2,http/1.1 523 * CAfile: /usr/local/etc/openssl@3/cert.pem 524 * CApath: none 525 * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS 526 * ALPN: server accepted h2 527 * Server certificate: 528 * subject: CN=licensing.yalla-ya.com 529 * start date: Jun 13 17:28:16 2025 GMT 530 * expire date: Sep 11 18:20:09 2025 GMT 531 * subjectAltName: host "licensing.yalla-ya.com" matched cert's "licensing.yalla-ya.com" 532 * issuer: C=US; O=Google Trust Services; CN=WR3 533 * SSL certificate verify ok. 534 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 535 * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 536 * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha384WithRSAEncryption 537 * Connected to licensing.yalla-ya.com (192.178.52.179) port 443 538 * using HTTP/2 539 * [HTTP/2] [1] OPENED stream for https://licensing.yalla-ya.com/validate 540 * [HTTP/2] [1] [:method: POST] 541 * [HTTP/2] [1] [:scheme: https] 542 * [HTTP/2] [1] [:authority: licensing.yalla-ya.com] 543 * [HTTP/2] [1] [:path: /validate] 544 * [HTTP/2] [1] [accept: */*] 545 * [HTTP/2] [1] [content-length: 5] 546 * [HTTP/2] [1] [content-type: application/x-www-form-urlencoded] 547 > POST /validate HTTP/2 548 Host: licensing.yalla-ya.com 549 Accept: */* 550 Content-Length: 5 551 Content-Type: application/x-www-form-urlencoded 552 553 * upload completely sent off: 5 bytes 554 < HTTP/2 200 555 < x-powered-by: Express 556 < content-type: application/json; charset=utf-8 557 < etag: W/"b5-yC52RNMXBRm9gW1OPy81y12Cw54" 558 < vary: Accept-Encoding 559 < x-cloud-trace-context: 8a6d51f5c226a55c82d193d854e4fe8f;o=1 560 < date: Mon, 07 Jul 2025 22:52:38 GMT 561 < server: Google Frontend 562 < content-length: 181 563 < 564 * Connection #0 to host licensing.yalla-ya.com left intact 565 * Host licensing.yalla-ya.com:443 was resolved. 566 * IPv6: (none) 567 * IPv4: 192.178.52.179 568 * Trying 192.178.52.179:443... 569 * ALPN: curl offers h2,http/1.1 570 * CAfile: /usr/local/etc/openssl@3/cert.pem 571 * CApath: none 572 * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS 573 * ALPN: server accepted h2 574 * Server certificate: 575 * subject: CN=licensing.yalla-ya.com 576 * start date: Jun 13 17:28:16 2025 GMT 577 * expire date: Sep 11 18:20:09 2025 GMT 578 * subjectAltName: host "licensing.yalla-ya.com" matched cert's "licensing.yalla-ya.com" 579 * issuer: C=US; O=Google Trust Services; CN=WR3 580 * SSL certificate verify ok. 581 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 582 * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 583 * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha384WithRSAEncryption 584 * Connected to licensing.yalla-ya.com (192.178.52.179) port 443 585 * using HTTP/2 586 * [HTTP/2] [1] OPENED stream for https://licensing.yalla-ya.com/validate 587 * [HTTP/2] [1] [:method: POST] 588 * [HTTP/2] [1] [:scheme: https] 589 * [HTTP/2] [1] [:authority: licensing.yalla-ya.com] 590 * [HTTP/2] [1] [:path: /validate] 591 * [HTTP/2] [1] [accept: */*] 592 * [HTTP/2] [1] [content-length: 27] 593 * [HTTP/2] [1] [content-type: application/x-www-form-urlencoded] 594 > POST /validate HTTP/2 595 Host: licensing.yalla-ya.com 596 Accept: */* 597 Content-Length: 27 598 Content-Type: application/x-www-form-urlencoded 599 600 * upload completely sent off: 27 bytes 601 < HTTP/2 200 602 < x-powered-by: Express 603 < content-type: application/json; charset=utf-8 604 < etag: W/"b5-Ck3GCz2ySA+viI1Cfy8XNy+en9I" 605 < vary: Accept-Encoding 606 < x-cloud-trace-context: aea0636649a683704a2cef0b3c31a846;o=1 607 < date: Tue, 22 Jul 2025 18:59:01 GMT 608 < server: Google Frontend 609 < content-length: 181 610 < 611 * Connection #0 to host licensing.yalla-ya.com left intact 612 * Host licensing.yalla-ya.com:443 was resolved. 613 * IPv6: (none) 614 * IPv4: 192.178.52.179 615 * Trying 192.178.52.179:443... 616 * ALPN: curl offers h2,http/1.1 617 * CAfile: /usr/local/etc/openssl@3/cert.pem 618 * CApath: none 619 * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS 620 * ALPN: server accepted h2 621 * Server certificate: 622 * subject: CN=licensing.yalla-ya.com 623 * start date: Jun 13 17:28:16 2025 GMT 624 * expire date: Sep 11 18:20:09 2025 GMT 625 * subjectAltName: host "licensing.yalla-ya.com" matched cert's "licensing.yalla-ya.com" 626 * issuer: C=US; O=Google Trust Services; CN=WR3 627 * SSL certificate verify ok. 628 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 629 * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption 630 * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha384WithRSAEncryption 631 * Connected to licensing.yalla-ya.com (192.178.52.179) port 443 632 * using HTTP/2 633 * [HTTP/2] [1] OPENED stream for https://licensing.yalla-ya.com/validate 634 * [HTTP/2] [1] [:method: POST] 635 * [HTTP/2] [1] [:scheme: https] 636 * [HTTP/2] [1] [:authority: licensing.yalla-ya.com] 637 * [HTTP/2] [1] [:path: /validate] 638 * [HTTP/2] [1] [accept: */*] 639 * [HTTP/2] [1] [content-length: 27] 640 * [HTTP/2] [1] [content-type: application/x-www-form-urlencoded] 641 > POST /validate HTTP/2 642 Host: licensing.yalla-ya.com 643 Accept: */* 644 Content-Length: 27 645 Content-Type: application/x-www-form-urlencoded 646 647 * upload completely sent off: 27 bytes 648 < HTTP/2 200 649 < x-powered-by: Express 650 < content-type: application/json; charset=utf-8 651 < etag: W/"b5-wR9MfNL+LrCDpV8YgqAWMVOhX/8" 652 < vary: Accept-Encoding 653 < x-cloud-trace-context: b122c5c073ec9fcae0e2103417900fda;o=1 654 < date: Tue, 22 Jul 2025 18:59:08 GMT 655 < server: Google Frontend 656 < content-length: 181 657 < 658 * Connection #0 to host licensing.yalla-ya.com left intact -
simple-payment/trunk/db/simple-payment-database.php
r3318371 r3332473 3 3 if ( !defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 4 4 5 $sp_db_version = '2 6';5 $sp_db_version = '27'; 6 6 7 7 add_action( 'plugins_loaded', 'sp_update_db_check' ); … … 67 67 `response` TEXT DEFAULT NULL, 68 68 `ip_address` VARCHAR(250) DEFAULT NULL, 69 `token` TEXT DEFAULT NULL, 69 70 `user_agent` VARCHAR(250) DEFAULT NULL, 70 71 `modified` TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, -
simple-payment/trunk/languages/simple-payment.pot
r3319619 r3332473 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Payment 2.4. 0\n"5 "Project-Id-Version: Simple Payment 2.4.1\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: 2025-0 6-30T00:08:12+00:00\n"12 "POT-Creation-Date: 2025-07-22T18:59:38+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" … … 1139 1139 #: settings.php:112 1140 1140 msgid "Custom" 1141 msgstr "" 1142 1143 #: admin/settings.php:113 1144 #: settings.php:112 1145 msgid "Test" 1141 1146 msgstr "" 1142 1147 -
simple-payment/trunk/readme.txt
r3319619 r3332473 5 5 Requires at least: 4.6 6 6 Tested up to: 6.8.1 7 Stable tag: 2.4. 17 Stable tag: 2.4.2 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later -
simple-payment/trunk/settings.php
r2881379 r3332473 110 110 'title' => __('Engine', 'simple-payment'), 111 111 'type' => 'select', 112 'options' => ['PayPal' => __('PayPal', 'simple-payment'), 'Cardcom' => __('Cardcom', 'simple-payment'), 'iCount' => __('iCount', 'simple-payment'), 'PayMe' => __('PayMe', 'simple-payment'), 'iCredit' => __('iCredit', 'simple-payment'), 'CreditGuard' => __( 'CreditGuard', 'simple-payment' ), 'Meshulam' => __( 'Meshulam', 'simple-payment' ), 'YaadPay' => __( 'YaadPay', 'simple-payment' ),'Credit2000' => __('Credit2000', 'simple-payment'), 'Custom' => __('Custom', 'simple-payment') ]],112 'options' => ['PayPal' => __('PayPal', 'simple-payment'), 'Cardcom' => __('Cardcom', 'simple-payment'), 'iCount' => __('iCount', 'simple-payment'), 'PayMe' => __('PayMe', 'simple-payment'), 'iCredit' => __('iCredit', 'simple-payment'), 'CreditGuard' => __( 'CreditGuard', 'simple-payment' ), 'Meshulam' => __( 'Meshulam', 'simple-payment' ), 'YaadPay' => __( 'YaadPay', 'simple-payment' ),'Credit2000' => __('Credit2000', 'simple-payment'), 'Custom' => __('Custom', 'simple-payment'), 'Test' => __( 'Test', 'simple-payment' ) ] ], 113 113 'mode' => [ //Mode 114 114 'title' => __('Mode', 'simple-payment'), -
simple-payment/trunk/simple-payment-plugin.php
r3319619 r3332473 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.4. 16 * Version: 2.4.2 7 7 * Author: Ido Kobelkowsky / yalla ya! 8 8 * Author URI: https://github.com/idokd … … 47 47 public static $table_name_metadata = 'sp_transactions_metadata'; 48 48 49 public static $engines = [ 'PayPal', 'Cardcom', 'iCount', 'PayMe', 'iCredit', 'CreditGuard', 'Meshulam', 'YaadPay', 'Credit2000', 'Custom' ];49 public static $engines = [ 'PayPal', 'Cardcom', 'iCount', 'PayMe', 'iCredit', 'CreditGuard', 'Meshulam', 'YaadPay', 'Credit2000', 'Custom', 'Test' ]; 50 50 51 51 public static $fields = [ 'payment_id', 'transaction_id', 'token', 'target', 'type', 'callback', 'display', 'concept', 'redirect_url', 'source', 'source_id', self::ENGINE, self::AMOUNT, self::PRODUCT, self::PRODUCT_CODE, self::PRODUCTS, self::METHOD, self::FULL_NAME, self::FIRST_NAME, self::LAST_NAME, self::PHONE, self::MOBILE, self::ADDRESS, self::ADDRESS2, self::EMAIL, self::COUNTRY, self::STATE, self::ZIPCODE, self::PAYMENTS, self::INSTALLMENTS, self::CARD_CVV, self::CARD_EXPIRY_MONTH, self::CARD_EXPIRY_YEAR, self::CARD_NUMBER, self::CURRENCY, self::COMMENT, self::CITY, self::COMPANY, self::TAX_ID, self::CARD_OWNER, self::CARD_OWNER_ID, self::LANGUAGE ]; -
simple-payment/trunk/vendor/composer/installed.json
r3318371 r3332473 33 33 { 34 34 "name": "myclabs/deep-copy", 35 "version": "1.13. 1",36 "version_normalized": "1.13. 1.0",35 "version": "1.13.3", 36 "version_normalized": "1.13.3.0", 37 37 "source": { 38 38 "type": "git", 39 39 "url": "https://github.com/myclabs/DeepCopy.git", 40 "reference": " 1720ddd719e16cf0db4eb1c6eca108031636d46c"41 }, 42 "dist": { 43 "type": "zip", 44 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ 1720ddd719e16cf0db4eb1c6eca108031636d46c",45 "reference": " 1720ddd719e16cf0db4eb1c6eca108031636d46c",40 "reference": "faed855a7b5f4d4637717c2b3863e277116beb36" 41 }, 42 "dist": { 43 "type": "zip", 44 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/faed855a7b5f4d4637717c2b3863e277116beb36", 45 "reference": "faed855a7b5f4d4637717c2b3863e277116beb36", 46 46 "shasum": "" 47 47 }, … … 59 59 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 60 60 }, 61 "time": "2025-0 4-29T12:36:36+00:00",61 "time": "2025-07-05T12:25:42+00:00", 62 62 "type": "library", 63 63 "installation-source": "dist", … … 84 84 "support": { 85 85 "issues": "https://github.com/myclabs/DeepCopy/issues", 86 "source": "https://github.com/myclabs/DeepCopy/tree/1.13. 1"86 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.3" 87 87 }, 88 88 "funding": [ -
simple-payment/trunk/vendor/composer/installed.php
r3319619 r3332473 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 59fc00a8805a5e2566813aaee5fd97f5dada586c',6 'reference' => '24c0d5d164985dab6f3810c6f939080658b4c050', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 23 23 ), 24 24 'myclabs/deep-copy' => array( 25 'pretty_version' => '1.13. 1',26 'version' => '1.13. 1.0',27 'reference' => ' 1720ddd719e16cf0db4eb1c6eca108031636d46c',25 'pretty_version' => '1.13.3', 26 'version' => '1.13.3.0', 27 'reference' => 'faed855a7b5f4d4637717c2b3863e277116beb36', 28 28 'type' => 'library', 29 29 'install_path' => __DIR__ . '/../myclabs/deep-copy', … … 70 70 'pretty_version' => 'dev-master', 71 71 'version' => 'dev-master', 72 'reference' => ' 59fc00a8805a5e2566813aaee5fd97f5dada586c',72 'reference' => '24c0d5d164985dab6f3810c6f939080658b4c050', 73 73 'type' => 'project', 74 74 'install_path' => __DIR__ . '/../../', -
simple-payment/trunk/vendor/myclabs/deep-copy/src/DeepCopy/DeepCopy.php
r3318371 r3332473 88 88 * Deep copies the given object. 89 89 * 90 * @param mixed $object 91 * 92 * @return mixed 90 * @template TObject 91 * 92 * @param TObject $object 93 * 94 * @return TObject 93 95 */ 94 96 public function copy($object)
Note: See TracChangeset
for help on using the changeset viewer.