Changeset 3469390
- Timestamp:
- 02/25/2026 11:29:12 AM (2 weeks ago)
- Location:
- knit-pay/trunk
- Files:
-
- 14 edited
-
composer.json (modified) (2 diffs)
-
composer.lock (modified) (8 diffs)
-
extensions/paid-memberships-pro/src/PMProGateway_knit_pay.php (modified) (1 diff)
-
gateways/razorpay/src/InvoiceUploader.php (modified) (4 diffs)
-
knit-pay.php (modified) (1 diff)
-
packages/wp-pay/core/src/Payments/PaymentLine.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
vendor/composer/autoload_classmap.php (modified) (1 diff)
-
vendor/composer/autoload_static.php (modified) (1 diff)
-
vendor/composer/installed.json (modified) (5 diffs)
-
vendor/composer/installed.php (modified) (4 diffs)
-
vendor/composer/jetpack_autoload_classmap.php (modified) (4 diffs)
-
vendor/composer/jetpack_autoload_filemap.php (modified) (1 diff)
-
vendor/paytm/paytmchecksum/paytmchecksum/PaytmChecksum.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
knit-pay/trunk/composer.json
r3468325 r3469390 65 65 "omnipay/common": "^3.5", 66 66 "payrexx/payrexx": "^1.8", 67 "paytm/paytmchecksum": " ^1.1",67 "paytm/paytmchecksum": "dev-master", 68 68 "php-http/guzzle7-adapter": "^1.0", 69 69 "pronamic/pronamic-pay-admin-reports": "dev-main", … … 86 86 "wp-pay-extensions/restrict-content-pro": "dev-knitpay-master as 4.6.3", 87 87 "wp-pay-extensions/woocommerce": "dev-knitpay-master as 4.12.1", 88 "wp-pay/core": "4.26.0. 1as 4.26.0"88 "wp-pay/core": "4.26.0.2 as 4.26.0" 89 89 }, 90 90 "require-dev": { -
knit-pay/trunk/composer.lock
r3468325 r3469390 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 594e0506b75e1d4379187dc5eaa985d3",7 "content-hash": "8967456ef229f705b6f828f1286f4e36", 8 8 "packages": [ 9 9 { … … 1201 1201 { 1202 1202 "name": "paytm/paytmchecksum", 1203 "version": " v1.1.0",1203 "version": "dev-master", 1204 1204 "source": { 1205 1205 "type": "git", 1206 1206 "url": "https://github.com/paytm/Paytm_PHP_Checksum.git", 1207 "reference": " a032d3cbeb3846720c2c606b9f3c8057c355042e"1208 }, 1209 "dist": { 1210 "type": "zip", 1211 "url": "https://api.github.com/repos/paytm/Paytm_PHP_Checksum/zipball/ a032d3cbeb3846720c2c606b9f3c8057c355042e",1212 "reference": " a032d3cbeb3846720c2c606b9f3c8057c355042e",1207 "reference": "8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a" 1208 }, 1209 "dist": { 1210 "type": "zip", 1211 "url": "https://api.github.com/repos/paytm/Paytm_PHP_Checksum/zipball/8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a", 1212 "reference": "8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a", 1213 1213 "shasum": "" 1214 1214 }, … … 1216 1216 "php": ">=5.6.0" 1217 1217 }, 1218 "default-branch": true, 1218 1219 "type": "library", 1219 1220 "autoload": { … … 1245 1246 "support": { 1246 1247 "issues": "https://github.com/paytm/Paytm_PHP_Checksum/issues", 1247 "source": "https://github.com/paytm/Paytm_PHP_Checksum/tree/ v1.1.0"1248 }, 1249 "time": "202 0-11-11T13:42:29+00:00"1248 "source": "https://github.com/paytm/Paytm_PHP_Checksum/tree/master" 1249 }, 1250 "time": "2024-10-14T06:18:21+00:00" 1250 1251 }, 1251 1252 { … … 3855 3856 { 3856 3857 "name": "wp-pay/core", 3857 "version": "4.26.0. 1",3858 "version": "4.26.0.2", 3858 3859 "source": { 3859 3860 "type": "git", 3860 3861 "url": "https://github.com/knit-pay/wp-pay-core", 3861 "reference": " d97e90531761a87baa09b64f9b651eaf5fc9b9c5"3862 "reference": "8f4b9efae67c272acefefd2855022e149809935c" 3862 3863 }, 3863 3864 "require": { … … 3997 3998 "source": "https://github.com/wp-pay/core" 3998 3999 }, 3999 "time": "2026-02-2 3T20:00:35+00:00"4000 "time": "2026-02-25T08:18:37+00:00" 4000 4001 } 4001 4002 ], … … 13350 13351 { 13351 13352 "package": "wp-pay/core", 13352 "version": "4.26.0. 1",13353 "version": "4.26.0.2", 13353 13354 "alias": "4.26.0", 13354 13355 "alias_normalized": "4.26.0.0" … … 13357 13358 "minimum-stability": "stable", 13358 13359 "stability-flags": { 13360 "paytm/paytmchecksum": 20, 13359 13361 "pronamic/changelog-md-to-wordpress-plugin-readme-txt": 20, 13360 13362 "pronamic/pronamic-pay-admin-reports": 20, -
knit-pay/trunk/extensions/paid-memberships-pro/src/PMProGateway_knit_pay.php
r3448567 r3469390 506 506 $style .= '.pmpro_form_field.pmpro_form_field-bzipcode,'; 507 507 $style .= '.pmpro_form_field.pmpro_form_field-bcountry,'; 508 509 // TODO remove deprecated classes which were getting used in pmpro 2 after Jan 2026.510 $style .= '.pmpro_checkout-field-baddress1,';511 $style .= '.pmpro_checkout-field-baddress2,';512 $style .= '.pmpro_checkout-field-bcity,';513 $style .= '.pmpro_checkout-field-bstate,';514 $style .= '.pmpro_checkout-field-bzipcode,';515 $style .= '.pmpro_checkout-field-bcountry,';516 508 } 517 509 518 510 if ( self::pmpro_getOption( 'knit_pay_hide_phone' ) ) { 519 511 $style .= '.pmpro_form_field.pmpro_form_field-bphone,'; 520 521 // TODO remove deprecated classes which were getting used in pmpro 2 after Jan 2026.522 $style .= '.pmpro_checkout-field-bphone,';523 512 } 524 513 -
knit-pay/trunk/gateways/razorpay/src/InvoiceUploader.php
r3468325 r3469390 119 119 $this->config = $gateway->config; 120 120 121 if ( empty( $this->config->sftp_username ) || $payment->get_meta( 'razorpay_invoice_uploaded' ) ) { 121 if ( empty( $this->config->sftp_username ) ) { 122 return; 123 } elseif ( $payment->get_meta( 'razorpay_invoice_uploaded' ) ) { 124 if ( filter_has_var( INPUT_GET, 'pronamic_pay_check_status' ) ) { 125 return $this->create_invoice( $payment, 'D' ); 126 } 122 127 return; 123 128 } … … 158 163 * @return String 159 164 */ 160 private function create_invoice( Payment $payment ) {165 private function create_invoice( Payment $payment, $destination = 'S' ) { 161 166 $customer = $payment->get_customer(); 162 167 $customer_address = ( null === $payment->get_shipping_address() ) ? $payment->get_billing_address() : $payment->get_shipping_address(); … … 253 258 /* Render */ 254 259 try { 255 return $invoice->render( $invoice_number . '.pdf', 'S'); /* I => Display on browser, D => Force Download, F => local path save, S => return document path */260 return $invoice->render( $invoice_number . '.pdf', $destination ); /* I => Display on browser, D => Force Download, F => local path save, S => return document path */ 256 261 } catch ( Exception $e ) { 257 262 throw new Exception( 'Error: ' . $e->getMessage() ); … … 290 295 // Create Invoice 291 296 $invoice_string = $this->create_invoice( $payment ); 297 298 if ( empty( $invoice_string ) ) { 299 throw new Exception( 'Error: Could not create invoice.' ); 300 } 292 301 293 302 $sftp_connection_provider = new SftpConnectionProvider( -
knit-pay/trunk/knit-pay.php
r3468325 r3469390 5 5 * Description: Seamlessly integrates 500+ payment gateways, including Cashfree, Instamojo, Razorpay, Paypal, Stripe, UPI QR, and SSLCommerz, with over 100 WordPress plugins. 6 6 * 7 * Version: 9.2.1. 07 * Version: 9.2.1.1 8 8 * Requires at least: 6.2 9 9 * Requires PHP: 8.1 -
knit-pay/trunk/packages/wp-pay/core/src/Payments/PaymentLine.php
r3468325 r3469390 263 263 */ 264 264 public function set_unit_price( ?Money $price = null ) { 265 $this->unit_price = ( $price ?? null );265 $this->unit_price = $price; 266 266 } 267 267 -
knit-pay/trunk/readme.txt
r3468325 r3469390 5 5 Tested up to: 7.0 6 6 Requires PHP: 8.1 7 Stable tag: 9.2.1. 07 Stable tag: 9.2.1.1 8 8 License: GPL-3.0-or-later 9 9 -
knit-pay/trunk/vendor/composer/autoload_classmap.php
r3461336 r3469390 1585 1585 'VIISON\\AddressSplitter\\AddressSplitter' => $vendorDir . '/viison/address-splitter/src/AddressSplitter.php', 1586 1586 'VIISON\\AddressSplitter\\Exceptions\\SplittingException' => $vendorDir . '/viison/address-splitter/src/Exceptions/SplittingException.php', 1587 'paytm\\paytmchecksum\\PaytmChecksum' => $vendorDir . '/paytm/paytmchecksum/paytmchecksum/PaytmChecksum.php',1588 1587 ); -
knit-pay/trunk/vendor/composer/autoload_static.php
r3461336 r3469390 1897 1897 'VIISON\\AddressSplitter\\AddressSplitter' => __DIR__ . '/..' . '/viison/address-splitter/src/AddressSplitter.php', 1898 1898 'VIISON\\AddressSplitter\\Exceptions\\SplittingException' => __DIR__ . '/..' . '/viison/address-splitter/src/Exceptions/SplittingException.php', 1899 'paytm\\paytmchecksum\\PaytmChecksum' => __DIR__ . '/..' . '/paytm/paytmchecksum/paytmchecksum/PaytmChecksum.php',1900 1899 ); 1901 1900 -
knit-pay/trunk/vendor/composer/installed.json
r3468325 r3469390 1240 1240 { 1241 1241 "name": "paytm/paytmchecksum", 1242 "version": " v1.1.0",1243 "version_normalized": " 1.1.0.0",1242 "version": "dev-master", 1243 "version_normalized": "dev-master", 1244 1244 "source": { 1245 1245 "type": "git", 1246 1246 "url": "https://github.com/paytm/Paytm_PHP_Checksum.git", 1247 "reference": " a032d3cbeb3846720c2c606b9f3c8057c355042e"1247 "reference": "8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a" 1248 1248 }, 1249 1249 "dist": { 1250 1250 "type": "zip", 1251 "url": "https://api.github.com/repos/paytm/Paytm_PHP_Checksum/zipball/ a032d3cbeb3846720c2c606b9f3c8057c355042e",1252 "reference": " a032d3cbeb3846720c2c606b9f3c8057c355042e",1251 "url": "https://api.github.com/repos/paytm/Paytm_PHP_Checksum/zipball/8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a", 1252 "reference": "8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a", 1253 1253 "shasum": "" 1254 1254 }, … … 1256 1256 "php": ">=5.6.0" 1257 1257 }, 1258 "time": "2020-11-11T13:42:29+00:00", 1258 "time": "2024-10-14T06:18:21+00:00", 1259 "default-branch": true, 1259 1260 "type": "library", 1260 1261 "installation-source": "dist", … … 1287 1288 "support": { 1288 1289 "issues": "https://github.com/paytm/Paytm_PHP_Checksum/issues", 1289 "source": "https://github.com/paytm/Paytm_PHP_Checksum/tree/ v1.1.0"1290 "source": "https://github.com/paytm/Paytm_PHP_Checksum/tree/master" 1290 1291 }, 1291 1292 "install-path": "../paytm/paytmchecksum" … … 4005 4006 { 4006 4007 "name": "wp-pay/core", 4007 "version": "4.26.0. 1",4008 "version_normalized": "4.26.0. 1",4008 "version": "4.26.0.2", 4009 "version_normalized": "4.26.0.2", 4009 4010 "source": { 4010 4011 "type": "git", 4011 4012 "url": "https://github.com/knit-pay/wp-pay-core", 4012 "reference": " d97e90531761a87baa09b64f9b651eaf5fc9b9c5"4013 "reference": "8f4b9efae67c272acefefd2855022e149809935c" 4013 4014 }, 4014 4015 "require": { … … 4047 4048 "yoast/phpunit-polyfills": "^2.0" 4048 4049 }, 4049 "time": "2026-02-2 3T20:00:35+00:00",4050 "time": "2026-02-25T08:18:37+00:00", 4050 4051 "type": "wordpress-plugin", 4051 4052 "installation-source": "source", -
knit-pay/trunk/vendor/composer/installed.php
r3468325 r3469390 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 51a43a0df2ef5cd2f99dad355a031987e160ece7',6 'reference' => 'c031e81365bac4eae09d472371b48f4b86538148', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 51a43a0df2ef5cd2f99dad355a031987e160ece7',16 'reference' => 'c031e81365bac4eae09d472371b48f4b86538148', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', … … 168 168 ), 169 169 'paytm/paytmchecksum' => array( 170 'pretty_version' => ' v1.1.0',171 'version' => ' 1.1.0.0',172 'reference' => ' a032d3cbeb3846720c2c606b9f3c8057c355042e',170 'pretty_version' => 'dev-master', 171 'version' => 'dev-master', 172 'reference' => '8d8808ee9387d4106ecf26bf1b42e39bbbdcb23a', 173 173 'type' => 'library', 174 174 'install_path' => __DIR__ . '/../paytm/paytmchecksum', 175 'aliases' => array(), 175 'aliases' => array( 176 0 => '9999999-dev', 177 ), 176 178 'dev_requirement' => false, 177 179 ), … … 587 589 ), 588 590 'wp-pay/core' => array( 589 'pretty_version' => '4.26.0. 1',590 'version' => '4.26.0. 1',591 'reference' => ' d97e90531761a87baa09b64f9b651eaf5fc9b9c5',591 'pretty_version' => '4.26.0.2', 592 'version' => '4.26.0.2', 593 'reference' => '8f4b9efae67c272acefefd2855022e149809935c', 592 594 'type' => 'wordpress-plugin', 593 595 'install_path' => __DIR__ . '/../../packages/wp-pay/core', -
knit-pay/trunk/vendor/composer/jetpack_autoload_classmap.php
r3468325 r3469390 3503 3503 'path' => $vendorDir . '/payrexx/payrexx/lib/Payrexx/PayrexxException.php' 3504 3504 ), 3505 'PaytmChecksum' => array( 3506 'version' => 'dev-master', 3507 'path' => $vendorDir . '/paytm/paytmchecksum/paytmchecksum/PaytmChecksum.php' 3508 ), 3505 3509 'Plugin_Locator' => array( 3506 3510 'version' => '5.0.16', … … 3636 3640 ), 3637 3641 'Pronamic\\WordPress\\Pay\\AbstractDataStoreCPT' => array( 3638 'version' => '4.26.0. 1',3642 'version' => '4.26.0.2', 3639 3643 'path' => $baseDir . '/packages/wp-pay/core/src/AbstractDataStoreCPT.php' 3640 3644 ), 3641 3645 'Pronamic\\WordPress\\Pay\\AbstractGatewayIntegration' => array( 3642 'version' => '4.26.0. 1',3646 'version' => '4.26.0.2', 3643 3647 'path' => $baseDir . '/packages/wp-pay/core/src/AbstractGatewayIntegration.php' 3644 3648 ), 3645 3649 'Pronamic\\WordPress\\Pay\\AbstractIntegration' => array( 3646 'version' => '4.26.0. 1',3650 'version' => '4.26.0.2', 3647 3651 'path' => $baseDir . '/packages/wp-pay/core/src/AbstractIntegration.php' 3648 3652 ), 3649 3653 'Pronamic\\WordPress\\Pay\\AbstractPluginIntegration' => array( 3650 'version' => '4.26.0. 1',3654 'version' => '4.26.0.2', 3651 3655 'path' => $baseDir . '/packages/wp-pay/core/src/AbstractPluginIntegration.php' 3652 3656 ), 3653 3657 'Pronamic\\WordPress\\Pay\\ActionSchedulerController' => array( 3654 'version' => '4.26.0. 1',3658 'version' => '4.26.0.2', 3655 3659 'path' => $baseDir . '/packages/wp-pay/core/src/ActionSchedulerController.php' 3656 3660 ), 3657 3661 'Pronamic\\WordPress\\Pay\\Address' => array( 3658 'version' => '4.26.0. 1',3662 'version' => '4.26.0.2', 3659 3663 'path' => $baseDir . '/packages/wp-pay/core/src/Address.php' 3660 3664 ), 3661 3665 'Pronamic\\WordPress\\Pay\\AddressHelper' => array( 3662 'version' => '4.26.0. 1',3666 'version' => '4.26.0.2', 3663 3667 'path' => $baseDir . '/packages/wp-pay/core/src/AddressHelper.php' 3664 3668 ), 3665 3669 'Pronamic\\WordPress\\Pay\\Admin\\AdminAboutPage' => array( 3666 'version' => '4.26.0. 1',3670 'version' => '4.26.0.2', 3667 3671 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/AdminAboutPage.php' 3668 3672 ), 3669 3673 'Pronamic\\WordPress\\Pay\\Admin\\AdminDashboard' => array( 3670 'version' => '4.26.0. 1',3674 'version' => '4.26.0.2', 3671 3675 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/AdminDashboard.php' 3672 3676 ), 3673 3677 'Pronamic\\WordPress\\Pay\\Admin\\AdminGatewayPostType' => array( 3674 'version' => '4.26.0. 1',3678 'version' => '4.26.0.2', 3675 3679 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/AdminGatewayPostType.php' 3676 3680 ), 3677 3681 'Pronamic\\WordPress\\Pay\\Admin\\AdminHealth' => array( 3678 'version' => '4.26.0. 1',3682 'version' => '4.26.0.2', 3679 3683 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/AdminHealth.php' 3680 3684 ), 3681 3685 'Pronamic\\WordPress\\Pay\\Admin\\AdminModule' => array( 3682 'version' => '4.26.0. 1',3686 'version' => '4.26.0.2', 3683 3687 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/AdminModule.php' 3684 3688 ), 3685 3689 'Pronamic\\WordPress\\Pay\\Admin\\AdminNotification' => array( 3686 'version' => '4.26.0. 1',3690 'version' => '4.26.0.2', 3687 3691 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/AdminNotification.php' 3688 3692 ), 3689 3693 'Pronamic\\WordPress\\Pay\\Admin\\AdminPaymentBulkActions' => array( 3690 'version' => '4.26.0. 1',3694 'version' => '4.26.0.2', 3691 3695 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/AdminPaymentBulkActions.php' 3692 3696 ), 3693 3697 'Pronamic\\WordPress\\Pay\\Admin\\AdminPaymentPostType' => array( 3694 'version' => '4.26.0. 1',3698 'version' => '4.26.0.2', 3695 3699 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/AdminPaymentPostType.php' 3696 3700 ), 3697 3701 'Pronamic\\WordPress\\Pay\\Admin\\AdminSettings' => array( 3698 'version' => '4.26.0. 1',3702 'version' => '4.26.0.2', 3699 3703 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/AdminSettings.php' 3700 3704 ), 3701 3705 'Pronamic\\WordPress\\Pay\\Admin\\AdminSubscriptionPostType' => array( 3702 'version' => '4.26.0. 1',3706 'version' => '4.26.0.2', 3703 3707 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/AdminSubscriptionPostType.php' 3704 3708 ), 3705 3709 'Pronamic\\WordPress\\Pay\\Admin\\AdminTour' => array( 3706 'version' => '4.26.0. 1',3710 'version' => '4.26.0.2', 3707 3711 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/AdminTour.php' 3708 3712 ), 3709 3713 'Pronamic\\WordPress\\Pay\\Admin\\Install' => array( 3710 'version' => '4.26.0. 1',3714 'version' => '4.26.0.2', 3711 3715 'path' => $baseDir . '/packages/wp-pay/core/src/Admin/Install.php' 3712 3716 ), 3713 3717 'Pronamic\\WordPress\\Pay\\Banks\\BankAccountDetails' => array( 3714 'version' => '4.26.0. 1',3718 'version' => '4.26.0.2', 3715 3719 'path' => $baseDir . '/packages/wp-pay/core/src/Banks/BankAccountDetails.php' 3716 3720 ), 3717 3721 'Pronamic\\WordPress\\Pay\\Banks\\BankTransferDetails' => array( 3718 'version' => '4.26.0. 1',3722 'version' => '4.26.0.2', 3719 3723 'path' => $baseDir . '/packages/wp-pay/core/src/Banks/BankTransferDetails.php' 3720 3724 ), 3721 3725 'Pronamic\\WordPress\\Pay\\Blocks\\BlocksModule' => array( 3722 'version' => '4.26.0. 1',3726 'version' => '4.26.0.2', 3723 3727 'path' => $baseDir . '/packages/wp-pay/core/src/Blocks/BlocksModule.php' 3724 3728 ), 3725 3729 'Pronamic\\WordPress\\Pay\\Cards' => array( 3726 'version' => '4.26.0. 1',3730 'version' => '4.26.0.2', 3727 3731 'path' => $baseDir . '/packages/wp-pay/core/src/Cards.php' 3728 3732 ), 3729 3733 'Pronamic\\WordPress\\Pay\\ContactName' => array( 3730 'version' => '4.26.0. 1',3734 'version' => '4.26.0.2', 3731 3735 'path' => $baseDir . '/packages/wp-pay/core/src/ContactName.php' 3732 3736 ), 3733 3737 'Pronamic\\WordPress\\Pay\\ContactNameHelper' => array( 3734 'version' => '4.26.0. 1',3738 'version' => '4.26.0.2', 3735 3739 'path' => $baseDir . '/packages/wp-pay/core/src/ContactNameHelper.php' 3736 3740 ), 3737 3741 'Pronamic\\WordPress\\Pay\\Core\\Gateway' => array( 3738 'version' => '4.26.0. 1',3742 'version' => '4.26.0.2', 3739 3743 'path' => $baseDir . '/packages/wp-pay/core/src/Core/Gateway.php' 3740 3744 ), 3741 3745 'Pronamic\\WordPress\\Pay\\Core\\GatewayConfig' => array( 3742 'version' => '4.26.0. 1',3746 'version' => '4.26.0.2', 3743 3747 'path' => $baseDir . '/packages/wp-pay/core/src/Core/GatewayConfig.php' 3744 3748 ), 3745 3749 'Pronamic\\WordPress\\Pay\\Core\\IdTrait' => array( 3746 'version' => '4.26.0. 1',3750 'version' => '4.26.0.2', 3747 3751 'path' => $baseDir . '/packages/wp-pay/core/src/Core/IdTrait.php' 3748 3752 ), 3749 3753 'Pronamic\\WordPress\\Pay\\Core\\ModeTrait' => array( 3750 'version' => '4.26.0. 1',3754 'version' => '4.26.0.2', 3751 3755 'path' => $baseDir . '/packages/wp-pay/core/src/Core/ModeTrait.php' 3752 3756 ), 3753 3757 'Pronamic\\WordPress\\Pay\\Core\\PaymentMethod' => array( 3754 'version' => '4.26.0. 1',3758 'version' => '4.26.0.2', 3755 3759 'path' => $baseDir . '/packages/wp-pay/core/src/Core/PaymentMethod.php' 3756 3760 ), 3757 3761 'Pronamic\\WordPress\\Pay\\Core\\PaymentMethods' => array( 3758 'version' => '4.26.0. 1',3762 'version' => '4.26.0.2', 3759 3763 'path' => $baseDir . '/packages/wp-pay/core/src/Core/PaymentMethods.php' 3760 3764 ), 3761 3765 'Pronamic\\WordPress\\Pay\\Core\\PaymentMethodsCollection' => array( 3762 'version' => '4.26.0. 1',3766 'version' => '4.26.0.2', 3763 3767 'path' => $baseDir . '/packages/wp-pay/core/src/Core/PaymentMethodsCollection.php' 3764 3768 ), 3765 3769 'Pronamic\\WordPress\\Pay\\Core\\SupportsTrait' => array( 3766 'version' => '4.26.0. 1',3770 'version' => '4.26.0.2', 3767 3771 'path' => $baseDir . '/packages/wp-pay/core/src/Core/SupportsTrait.php' 3768 3772 ), 3769 3773 'Pronamic\\WordPress\\Pay\\Core\\TimestampsTrait' => array( 3770 'version' => '4.26.0. 1',3774 'version' => '4.26.0.2', 3771 3775 'path' => $baseDir . '/packages/wp-pay/core/src/Core/TimestampsTrait.php' 3772 3776 ), 3773 3777 'Pronamic\\WordPress\\Pay\\Core\\Util' => array( 3774 'version' => '4.26.0. 1',3778 'version' => '4.26.0.2', 3775 3779 'path' => $baseDir . '/packages/wp-pay/core/src/Core/Util.php' 3776 3780 ), 3777 3781 'Pronamic\\WordPress\\Pay\\Core\\VersionTrait' => array( 3778 'version' => '4.26.0. 1',3782 'version' => '4.26.0.2', 3779 3783 'path' => $baseDir . '/packages/wp-pay/core/src/Core/VersionTrait.php' 3780 3784 ), 3781 3785 'Pronamic\\WordPress\\Pay\\Core\\XML\\Util' => array( 3782 'version' => '4.26.0. 1',3786 'version' => '4.26.0.2', 3783 3787 'path' => $baseDir . '/packages/wp-pay/core/src/Core/XML/Util.php' 3784 3788 ), 3785 3789 'Pronamic\\WordPress\\Pay\\Country' => array( 3786 'version' => '4.26.0. 1',3790 'version' => '4.26.0.2', 3787 3791 'path' => $baseDir . '/packages/wp-pay/core/src/Country.php' 3788 3792 ), 3789 3793 'Pronamic\\WordPress\\Pay\\CreditCard' => array( 3790 'version' => '4.26.0. 1',3794 'version' => '4.26.0.2', 3791 3795 'path' => $baseDir . '/packages/wp-pay/core/src/CreditCard.php' 3792 3796 ), 3793 3797 'Pronamic\\WordPress\\Pay\\Customer' => array( 3794 'version' => '4.26.0. 1',3798 'version' => '4.26.0.2', 3795 3799 'path' => $baseDir . '/packages/wp-pay/core/src/Customer.php' 3796 3800 ), 3797 3801 'Pronamic\\WordPress\\Pay\\CustomerHelper' => array( 3798 'version' => '4.26.0. 1',3802 'version' => '4.26.0.2', 3799 3803 'path' => $baseDir . '/packages/wp-pay/core/src/CustomerHelper.php' 3800 3804 ), 3801 3805 'Pronamic\\WordPress\\Pay\\Dependencies\\Dependencies' => array( 3802 'version' => '4.26.0. 1',3806 'version' => '4.26.0.2', 3803 3807 'path' => $baseDir . '/packages/wp-pay/core/src/Dependencies/Dependencies.php' 3804 3808 ), 3805 3809 'Pronamic\\WordPress\\Pay\\Dependencies\\Dependency' => array( 3806 'version' => '4.26.0. 1',3810 'version' => '4.26.0.2', 3807 3811 'path' => $baseDir . '/packages/wp-pay/core/src/Dependencies/Dependency.php' 3808 3812 ), 3809 3813 'Pronamic\\WordPress\\Pay\\Dependencies\\PhpDependency' => array( 3810 'version' => '4.26.0. 1',3814 'version' => '4.26.0.2', 3811 3815 'path' => $baseDir . '/packages/wp-pay/core/src/Dependencies/PhpDependency.php' 3812 3816 ), 3813 3817 'Pronamic\\WordPress\\Pay\\Dependencies\\PhpExtensionDependency' => array( 3814 'version' => '4.26.0. 1',3818 'version' => '4.26.0.2', 3815 3819 'path' => $baseDir . '/packages/wp-pay/core/src/Dependencies/PhpExtensionDependency.php' 3816 3820 ), 3817 3821 'Pronamic\\WordPress\\Pay\\Dependencies\\WordPressDependency' => array( 3818 'version' => '4.26.0. 1',3822 'version' => '4.26.0.2', 3819 3823 'path' => $baseDir . '/packages/wp-pay/core/src/Dependencies/WordPressDependency.php' 3820 3824 ), … … 4308 4312 ), 4309 4313 'Pronamic\\WordPress\\Pay\\Fields\\CachedCallbackOptions' => array( 4310 'version' => '4.26.0. 1',4314 'version' => '4.26.0.2', 4311 4315 'path' => $baseDir . '/packages/wp-pay/core/src/Fields/CachedCallbackOptions.php' 4312 4316 ), 4313 4317 'Pronamic\\WordPress\\Pay\\Fields\\DateField' => array( 4314 'version' => '4.26.0. 1',4318 'version' => '4.26.0.2', 4315 4319 'path' => $baseDir . '/packages/wp-pay/core/src/Fields/DateField.php' 4316 4320 ), 4317 4321 'Pronamic\\WordPress\\Pay\\Fields\\Field' => array( 4318 'version' => '4.26.0. 1',4322 'version' => '4.26.0.2', 4319 4323 'path' => $baseDir . '/packages/wp-pay/core/src/Fields/Field.php' 4320 4324 ), 4321 4325 'Pronamic\\WordPress\\Pay\\Fields\\IDealIssuerSelectField' => array( 4322 'version' => '4.26.0. 1',4326 'version' => '4.26.0.2', 4323 4327 'path' => $baseDir . '/packages/wp-pay/core/src/Fields/IDealIssuerSelectField.php' 4324 4328 ), 4325 4329 'Pronamic\\WordPress\\Pay\\Fields\\SelectField' => array( 4326 'version' => '4.26.0. 1',4330 'version' => '4.26.0.2', 4327 4331 'path' => $baseDir . '/packages/wp-pay/core/src/Fields/SelectField.php' 4328 4332 ), 4329 4333 'Pronamic\\WordPress\\Pay\\Fields\\SelectFieldOption' => array( 4330 'version' => '4.26.0. 1',4334 'version' => '4.26.0.2', 4331 4335 'path' => $baseDir . '/packages/wp-pay/core/src/Fields/SelectFieldOption.php' 4332 4336 ), 4333 4337 'Pronamic\\WordPress\\Pay\\Fields\\SelectFieldOptionGroup' => array( 4334 'version' => '4.26.0. 1',4338 'version' => '4.26.0.2', 4335 4339 'path' => $baseDir . '/packages/wp-pay/core/src/Fields/SelectFieldOptionGroup.php' 4336 4340 ), 4337 4341 'Pronamic\\WordPress\\Pay\\Fields\\TextField' => array( 4338 'version' => '4.26.0. 1',4342 'version' => '4.26.0.2', 4339 4343 'path' => $baseDir . '/packages/wp-pay/core/src/Fields/TextField.php' 4340 4344 ), 4341 4345 'Pronamic\\WordPress\\Pay\\GatewayIntegrations' => array( 4342 'version' => '4.26.0. 1',4346 'version' => '4.26.0.2', 4343 4347 'path' => $baseDir . '/packages/wp-pay/core/src/GatewayIntegrations.php' 4344 4348 ), 4345 4349 'Pronamic\\WordPress\\Pay\\GatewayPostType' => array( 4346 'version' => '4.26.0. 1',4350 'version' => '4.26.0.2', 4347 4351 'path' => $baseDir . '/packages/wp-pay/core/src/GatewayPostType.php' 4348 4352 ), 4349 4353 'Pronamic\\WordPress\\Pay\\Gateways\\GatewaysDataStoreCPT' => array( 4350 'version' => '4.26.0. 1',4354 'version' => '4.26.0.2', 4351 4355 'path' => $baseDir . '/packages/wp-pay/core/src/Gateways/GatewaysDataStoreCPT.php' 4352 4356 ), 4353 4357 'Pronamic\\WordPress\\Pay\\Gender' => array( 4354 'version' => '4.26.0. 1',4358 'version' => '4.26.0.2', 4355 4359 'path' => $baseDir . '/packages/wp-pay/core/src/Gender.php' 4356 4360 ), 4357 4361 'Pronamic\\WordPress\\Pay\\HomeUrlController' => array( 4358 'version' => '4.26.0. 1',4362 'version' => '4.26.0.2', 4359 4363 'path' => $baseDir . '/packages/wp-pay/core/src/HomeUrlController.php' 4360 4364 ), 4361 4365 'Pronamic\\WordPress\\Pay\\HouseNumber' => array( 4362 'version' => '4.26.0. 1',4366 'version' => '4.26.0.2', 4363 4367 'path' => $baseDir . '/packages/wp-pay/core/src/HouseNumber.php' 4364 4368 ), 4365 4369 'Pronamic\\WordPress\\Pay\\LicenseManager' => array( 4366 'version' => '4.26.0. 1',4370 'version' => '4.26.0.2', 4367 4371 'path' => $baseDir . '/packages/wp-pay/core/src/LicenseManager.php' 4368 4372 ), 4369 4373 'Pronamic\\WordPress\\Pay\\MergeTags\\MergeTag' => array( 4370 'version' => '4.26.0. 1',4374 'version' => '4.26.0.2', 4371 4375 'path' => $baseDir . '/packages/wp-pay/core/src/MergeTags/MergeTag.php' 4372 4376 ), 4373 4377 'Pronamic\\WordPress\\Pay\\MergeTags\\MergeTagsController' => array( 4374 'version' => '4.26.0. 1',4378 'version' => '4.26.0.2', 4375 4379 'path' => $baseDir . '/packages/wp-pay/core/src/MergeTags/MergeTagsController.php' 4376 4380 ), 4377 4381 'Pronamic\\WordPress\\Pay\\MoneyJsonTransformer' => array( 4378 'version' => '4.26.0. 1',4382 'version' => '4.26.0.2', 4379 4383 'path' => $baseDir . '/packages/wp-pay/core/src/MoneyJsonTransformer.php' 4380 4384 ), 4381 4385 'Pronamic\\WordPress\\Pay\\PagesController' => array( 4382 'version' => '4.26.0. 1',4386 'version' => '4.26.0.2', 4383 4387 'path' => $baseDir . '/packages/wp-pay/core/src/PagesController.php' 4384 4388 ), 4385 4389 'Pronamic\\WordPress\\Pay\\Payments\\FailureReason' => array( 4386 'version' => '4.26.0. 1',4390 'version' => '4.26.0.2', 4387 4391 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/FailureReason.php' 4388 4392 ), 4389 4393 'Pronamic\\WordPress\\Pay\\Payments\\LegacyPaymentsDataStoreCPT' => array( 4390 'version' => '4.26.0. 1',4394 'version' => '4.26.0.2', 4391 4395 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/LegacyPaymentsDataStoreCPT.php' 4392 4396 ), 4393 4397 'Pronamic\\WordPress\\Pay\\Payments\\Payment' => array( 4394 'version' => '4.26.0. 1',4398 'version' => '4.26.0.2', 4395 4399 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/Payment.php' 4396 4400 ), 4397 4401 'Pronamic\\WordPress\\Pay\\Payments\\PaymentInfo' => array( 4398 'version' => '4.26.0. 1',4402 'version' => '4.26.0.2', 4399 4403 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentInfo.php' 4400 4404 ), 4401 4405 'Pronamic\\WordPress\\Pay\\Payments\\PaymentInfoHelper' => array( 4402 'version' => '4.26.0. 1',4406 'version' => '4.26.0.2', 4403 4407 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentInfoHelper.php' 4404 4408 ), 4405 4409 'Pronamic\\WordPress\\Pay\\Payments\\PaymentInfoTrait' => array( 4406 'version' => '4.26.0. 1',4410 'version' => '4.26.0.2', 4407 4411 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentInfoTrait.php' 4408 4412 ), 4409 4413 'Pronamic\\WordPress\\Pay\\Payments\\PaymentLine' => array( 4410 'version' => '4.26.0. 1',4414 'version' => '4.26.0.2', 4411 4415 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentLine.php' 4412 4416 ), 4413 4417 'Pronamic\\WordPress\\Pay\\Payments\\PaymentLineType' => array( 4414 'version' => '4.26.0. 1',4418 'version' => '4.26.0.2', 4415 4419 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentLineType.php' 4416 4420 ), 4417 4421 'Pronamic\\WordPress\\Pay\\Payments\\PaymentLines' => array( 4418 'version' => '4.26.0. 1',4422 'version' => '4.26.0.2', 4419 4423 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentLines.php' 4420 4424 ), 4421 4425 'Pronamic\\WordPress\\Pay\\Payments\\PaymentMergeTagsController' => array( 4422 'version' => '4.26.0. 1',4426 'version' => '4.26.0.2', 4423 4427 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentMergeTagsController.php' 4424 4428 ), 4425 4429 'Pronamic\\WordPress\\Pay\\Payments\\PaymentPostType' => array( 4426 'version' => '4.26.0. 1',4430 'version' => '4.26.0.2', 4427 4431 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentPostType.php' 4428 4432 ), 4429 4433 'Pronamic\\WordPress\\Pay\\Payments\\PaymentStatus' => array( 4430 'version' => '4.26.0. 1',4434 'version' => '4.26.0.2', 4431 4435 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentStatus.php' 4432 4436 ), 4433 4437 'Pronamic\\WordPress\\Pay\\Payments\\PaymentsDataStoreCPT' => array( 4434 'version' => '4.26.0. 1',4438 'version' => '4.26.0.2', 4435 4439 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentsDataStoreCPT.php' 4436 4440 ), 4437 4441 'Pronamic\\WordPress\\Pay\\Payments\\PaymentsModule' => array( 4438 'version' => '4.26.0. 1',4442 'version' => '4.26.0.2', 4439 4443 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentsModule.php' 4440 4444 ), 4441 4445 'Pronamic\\WordPress\\Pay\\Payments\\PaymentsPrivacy' => array( 4442 'version' => '4.26.0. 1',4446 'version' => '4.26.0.2', 4443 4447 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/PaymentsPrivacy.php' 4444 4448 ), 4445 4449 'Pronamic\\WordPress\\Pay\\Payments\\SourceTrait' => array( 4446 'version' => '4.26.0. 1',4450 'version' => '4.26.0.2', 4447 4451 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/SourceTrait.php' 4448 4452 ), 4449 4453 'Pronamic\\WordPress\\Pay\\Payments\\StatusChecker' => array( 4450 'version' => '4.26.0. 1',4454 'version' => '4.26.0.2', 4451 4455 'path' => $baseDir . '/packages/wp-pay/core/src/Payments/StatusChecker.php' 4452 4456 ), 4453 4457 'Pronamic\\WordPress\\Pay\\Plugin' => array( 4454 'version' => '4.26.0. 1',4458 'version' => '4.26.0.2', 4455 4459 'path' => $baseDir . '/packages/wp-pay/core/src/Plugin.php' 4456 4460 ), 4457 4461 'Pronamic\\WordPress\\Pay\\PrivacyManager' => array( 4458 'version' => '4.26.0. 1',4462 'version' => '4.26.0.2', 4459 4463 'path' => $baseDir . '/packages/wp-pay/core/src/PrivacyManager.php' 4460 4464 ), 4461 4465 'Pronamic\\WordPress\\Pay\\Privacy\\AnonymizedTrait' => array( 4462 'version' => '4.26.0. 1',4466 'version' => '4.26.0.2', 4463 4467 'path' => $baseDir . '/packages/wp-pay/core/src/Privacy/AnonymizedTrait.php' 4464 4468 ), 4465 4469 'Pronamic\\WordPress\\Pay\\Refunds\\Refund' => array( 4466 'version' => '4.26.0. 1',4470 'version' => '4.26.0.2', 4467 4471 'path' => $baseDir . '/packages/wp-pay/core/src/Refunds/Refund.php' 4468 4472 ), 4469 4473 'Pronamic\\WordPress\\Pay\\Refunds\\RefundLine' => array( 4470 'version' => '4.26.0. 1',4474 'version' => '4.26.0.2', 4471 4475 'path' => $baseDir . '/packages/wp-pay/core/src/Refunds/RefundLine.php' 4472 4476 ), 4473 4477 'Pronamic\\WordPress\\Pay\\Refunds\\RefundLines' => array( 4474 'version' => '4.26.0. 1',4478 'version' => '4.26.0.2', 4475 4479 'path' => $baseDir . '/packages/wp-pay/core/src/Refunds/RefundLines.php' 4476 4480 ), 4477 4481 'Pronamic\\WordPress\\Pay\\Region' => array( 4478 'version' => '4.26.0. 1',4482 'version' => '4.26.0.2', 4479 4483 'path' => $baseDir . '/packages/wp-pay/core/src/Region.php' 4480 4484 ), 4481 4485 'Pronamic\\WordPress\\Pay\\Settings' => array( 4482 'version' => '4.26.0. 1',4486 'version' => '4.26.0.2', 4483 4487 'path' => $baseDir . '/packages/wp-pay/core/src/Settings.php' 4484 4488 ), 4485 4489 'Pronamic\\WordPress\\Pay\\Subscriptions\\AlignmentRule' => array( 4486 'version' => '4.26.0. 1',4490 'version' => '4.26.0.2', 4487 4491 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/AlignmentRule.php' 4488 4492 ), 4489 4493 'Pronamic\\WordPress\\Pay\\Subscriptions\\Subscription' => array( 4490 'version' => '4.26.0. 1',4494 'version' => '4.26.0.2', 4491 4495 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/Subscription.php' 4492 4496 ), 4493 4497 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionHelper' => array( 4494 'version' => '4.26.0. 1',4498 'version' => '4.26.0.2', 4495 4499 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionHelper.php' 4496 4500 ), 4497 4501 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionInterval' => array( 4498 'version' => '4.26.0. 1',4502 'version' => '4.26.0.2', 4499 4503 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionInterval.php' 4500 4504 ), 4501 4505 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionPeriod' => array( 4502 'version' => '4.26.0. 1',4506 'version' => '4.26.0.2', 4503 4507 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionPeriod.php' 4504 4508 ), 4505 4509 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionPhase' => array( 4506 'version' => '4.26.0. 1',4510 'version' => '4.26.0.2', 4507 4511 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionPhase.php' 4508 4512 ), 4509 4513 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionPostType' => array( 4510 'version' => '4.26.0. 1',4514 'version' => '4.26.0.2', 4511 4515 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionPostType.php' 4512 4516 ), 4513 4517 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionStatus' => array( 4514 'version' => '4.26.0. 1',4518 'version' => '4.26.0.2', 4515 4519 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionStatus.php' 4516 4520 ), 4517 4521 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsCompletionController' => array( 4518 'version' => '4.26.0. 1',4522 'version' => '4.26.0.2', 4519 4523 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsCompletionController.php' 4520 4524 ), 4521 4525 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsDataStoreCPT' => array( 4522 'version' => '4.26.0. 1',4526 'version' => '4.26.0.2', 4523 4527 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsDataStoreCPT.php' 4524 4528 ), 4525 4529 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsFollowUpPaymentsController' => array( 4526 'version' => '4.26.0. 1',4530 'version' => '4.26.0.2', 4527 4531 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsFollowUpPaymentsController.php' 4528 4532 ), 4529 4533 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsModule' => array( 4530 'version' => '4.26.0. 1',4534 'version' => '4.26.0.2', 4531 4535 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsModule.php' 4532 4536 ), 4533 4537 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsNotificationsController' => array( 4534 'version' => '4.26.0. 1',4538 'version' => '4.26.0.2', 4535 4539 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsNotificationsController.php' 4536 4540 ), 4537 4541 'Pronamic\\WordPress\\Pay\\Subscriptions\\SubscriptionsPrivacy' => array( 4538 'version' => '4.26.0. 1',4542 'version' => '4.26.0.2', 4539 4543 'path' => $baseDir . '/packages/wp-pay/core/src/Subscriptions/SubscriptionsPrivacy.php' 4540 4544 ), 4541 4545 'Pronamic\\WordPress\\Pay\\TrackingModule' => array( 4542 'version' => '4.26.0. 1',4546 'version' => '4.26.0.2', 4543 4547 'path' => $baseDir . '/packages/wp-pay/core/src/TrackingModule.php' 4544 4548 ), 4545 4549 'Pronamic\\WordPress\\Pay\\Upgrades\\Upgrade' => array( 4546 'version' => '4.26.0. 1',4550 'version' => '4.26.0.2', 4547 4551 'path' => $baseDir . '/packages/wp-pay/core/src/Upgrades/Upgrade.php' 4548 4552 ), 4549 4553 'Pronamic\\WordPress\\Pay\\Upgrades\\Upgrades' => array( 4550 'version' => '4.26.0. 1',4554 'version' => '4.26.0.2', 4551 4555 'path' => $baseDir . '/packages/wp-pay/core/src/Upgrades/Upgrades.php' 4552 4556 ), 4553 4557 'Pronamic\\WordPress\\Pay\\Util' => array( 4554 'version' => '4.26.0. 1',4558 'version' => '4.26.0.2', 4555 4559 'path' => $baseDir . '/packages/wp-pay/core/src/Util.php' 4556 4560 ), 4557 4561 'Pronamic\\WordPress\\Pay\\VatNumbers\\VatNumber' => array( 4558 'version' => '4.26.0. 1',4562 'version' => '4.26.0.2', 4559 4563 'path' => $baseDir . '/packages/wp-pay/core/src/VatNumbers/VatNumber.php' 4560 4564 ), 4561 4565 'Pronamic\\WordPress\\Pay\\VatNumbers\\VatNumberValidationService' => array( 4562 'version' => '4.26.0. 1',4566 'version' => '4.26.0.2', 4563 4567 'path' => $baseDir . '/packages/wp-pay/core/src/VatNumbers/VatNumberValidationService.php' 4564 4568 ), 4565 4569 'Pronamic\\WordPress\\Pay\\VatNumbers\\VatNumberValidity' => array( 4566 'version' => '4.26.0. 1',4570 'version' => '4.26.0.2', 4567 4571 'path' => $baseDir . '/packages/wp-pay/core/src/VatNumbers/VatNumberValidity.php' 4568 4572 ), 4569 4573 'Pronamic\\WordPress\\Pay\\VatRates' => array( 4570 'version' => '4.26.0. 1',4574 'version' => '4.26.0.2', 4571 4575 'path' => $baseDir . '/packages/wp-pay/core/src/VatRates.php' 4572 4576 ), 4573 4577 'Pronamic\\WordPress\\Pay\\Webhooks\\WebhookLogger' => array( 4574 'version' => '4.26.0. 1',4578 'version' => '4.26.0.2', 4575 4579 'path' => $baseDir . '/packages/wp-pay/core/src/Webhooks/WebhookLogger.php' 4576 4580 ), 4577 4581 'Pronamic\\WordPress\\Pay\\Webhooks\\WebhookRequestInfo' => array( 4578 'version' => '4.26.0. 1',4582 'version' => '4.26.0.2', 4579 4583 'path' => $baseDir . '/packages/wp-pay/core/src/Webhooks/WebhookRequestInfo.php' 4580 4584 ), … … 6379 6383 'path' => $vendorDir . '/automattic/jetpack-autoloader/src/class-version-selector.php' 6380 6384 ), 6381 'paytm\\paytmchecksum\\PaytmChecksum' => array(6382 'version' => '1.1.0.0',6383 'path' => $vendorDir . '/paytm/paytmchecksum/paytmchecksum/PaytmChecksum.php'6384 ),6385 6385 ); -
knit-pay/trunk/vendor/composer/jetpack_autoload_filemap.php
r3468325 r3469390 8 8 return array( 9 9 '509f66d930a3f0b7d9b65b22aa319565' => array( 10 'version' => '4.26.0. 1',10 'version' => '4.26.0.2', 11 11 'path' => $baseDir . '/packages/wp-pay/core/includes/functions.php' 12 12 ), -
knit-pay/trunk/vendor/paytm/paytmchecksum/paytmchecksum/PaytmChecksum.php
r2560548 r3469390 5 5 * AES128 encryption algorithm to ensure the safety of transaction data. 6 6 * 7 * @author Lalit Kumar8 * @version 2.0 7 * @author Integration Dev Paytm 8 * @version 2.0.2 9 9 * @link https://developer.paytm.com/docs/checksum/#php 10 10 */ 11 12 namespace paytm\paytmchecksum;13 11 14 12 class PaytmChecksum{ … … 19 17 $key = html_entity_decode($key); 20 18 21 if (function_exists('openssl_encrypt')){22 $data = openssl_encrypt ( $input , "AES-128-CBC" , $key, 0, self::$iv);19 if (function_exists('openssl_encrypt')) { 20 $data = openssl_encrypt($input, "AES-128-CBC", $key, 0, self::$iv); 23 21 } else { 24 $size = mcrypt_get_block_size(MCRYPT_RIJNDAEL_128, 'cbc'); 25 $input = self::pkcs5Pad($input, $size); 26 $td = mcrypt_module_open(MCRYPT_RIJNDAEL_128, '', 'cbc', ''); 27 mcrypt_generic_init($td, $key, self::$iv); 28 $data = mcrypt_generic($td, $input); 29 mcrypt_generic_deinit($td); 30 mcrypt_module_close($td); 31 $data = base64_encode($data); 22 throw new Exception('OpenSSL extension is not available. Please install the OpenSSL extension.'); 32 23 } 33 24 return $data; … … 40 31 $data = openssl_decrypt ( $encrypted , "AES-128-CBC" , $key, 0, self::$iv ); 41 32 } else { 42 $encrypted = base64_decode($encrypted); 43 $td = mcrypt_module_open(MCRYPT_RIJNDAEL_128, '', 'cbc', ''); 44 mcrypt_generic_init($td, $key, self::$iv); 45 $data = mdecrypt_generic($td, $encrypted); 46 mcrypt_generic_deinit($td); 47 mcrypt_module_close($td); 48 $data = self::pkcs5Unpad($data); 49 $data = rtrim($data); 33 throw new Exception('OpenSSL extension is not available. Please install the OpenSSL extension.'); 50 34 } 51 35 return $data; … … 88 72 static private function generateRandomString($length) { 89 73 $random = ""; 90 srand((double) microtime() * 1000000);74 //srand((double) microtime() * 1000000); 91 75 92 76 $data = "9876543210ZYXWVUTSRQPONMLKJIHGFEDCBAabcdefghijklmnopqrstuvwxyz!@#$&_";
Note: See TracChangeset
for help on using the changeset viewer.