Plugin Directory

Changeset 3192018


Ignore:
Timestamp:
11/19/2024 09:23:13 AM (14 months ago)
Author:
checkoutintegration
Message:

Update to version 4.9.0

Location:
checkout-com-unified-payments-api
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • checkout-com-unified-payments-api/tags/4.9.0/assets/js/cko-paypal-integration.js

    r3108580 r3192018  
    125125                },
    126126                onCancel: function (data, actions) {
     127                    fetch( cko_paypal_vars.clear_session_url, {
     128                        method: 'GET',
     129                        headers: {
     130                            'Content-Type': 'application/x-www-form-urlencoded'
     131                        },
     132                    });
    127133                    jQuery('.woocommerce').unblock();
    128134                },
     
    163169
    164170    return;
    165 
    166     // Initialise PayPal when page is ready.
    167     jQuery( document ).ready(function() {
    168 
    169         let paypalButtonProps = {
    170             onApprove: async function (data) {
    171 
    172                 jQuery('.woocommerce').block({message: null, overlayCSS: {background: '#fff', opacity: 0.6}});
    173 
    174                 jQuery.post(cko_paypal_vars.cc_capture + "&paypal_order_id=" + data.orderID + "&woocommerce-process-checkout-nonce=" + cko_paypal_vars.woocommerce_process_checkout, function (data) {
    175                     if (typeof data.success !== 'undefined' && data.success !== true ) {
    176                         var messages = data.data.messages ? data.data.messages : data.data;
    177 
    178                         if ( 'string' === typeof messages || Array.isArray( messages ) ) {
    179                             showError( messages );
    180                         }
    181                     } else {
    182                         window.location.href = data.data.redirect;
    183                     }
    184                 });
    185             },
    186             onCancel: function (data, actions) {
    187                 jQuery('.woocommerce').unblock();
    188             },
    189             onError: function (err) {
    190                 console.log(err);
    191                 jQuery('.woocommerce').unblock();
    192             },
    193         };
    194 
    195         if ( cko_paypal_vars.is_cart_contains_subscription ) {
    196             paypalButtonProps.createBillingAgreement = function( data, actions ) {
    197                 return cko_create_order_id();
    198             };
    199         } else {
    200             paypalButtonProps.createOrder = function( data, actions ) {
    201                 return cko_create_order_id();
    202             };
    203         }
    204 
    205         paypal.Buttons({ paypalButtonProps }).render( cko_paypal_vars.paypal_button_selector );
    206     });
    207 
    208 
    209 
    210171});
  • checkout-com-unified-payments-api/tags/4.9.0/includes/class-wc-gateway-checkout-com-paypal.php

    r3182844 r3192018  
    8686                    }
    8787                    break;
     88               
     89                case 'empty_session':
     90                    WC_Checkoutcom_Utility::cko_set_session( 'cko_paypal_order_id', '' );
     91                    WC_Checkoutcom_Utility::cko_set_session( 'cko_pc_id', '' );
    8892
    8993                case 'cc_capture':
     
    536540        $vars = [
    537541            'create_order_url'              => add_query_arg( [ 'cko_paypal_action' => 'create_order' ], WC()->api_request_url( 'CKO_Paypal_Woocommerce' ) ),
     542            'clear_session_url'             => add_query_arg( [ 'cko_paypal_action' => 'empty_session' ], WC()->api_request_url( 'CKO_Paypal_Woocommerce' ) ),
    538543            'cc_capture'                    => add_query_arg( [ 'cko_paypal_action' => 'cc_capture' ], WC()->api_request_url( 'CKO_Paypal_Woocommerce' ) ),
    539544            'woocommerce_process_checkout'  => wp_create_nonce( 'woocommerce-process_checkout' ),
  • checkout-com-unified-payments-api/tags/4.9.0/languages/checkout-com-unified-payments-api.pot

    r3182844 r3192018  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Checkout.com Payment Gateway 4.8.0\n"
     5"Project-Id-Version: Checkout.com Payment Gateway 4.9.0\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-gateway-checkout-com\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-10-28T11:15:27+00:00\n"
     12"POT-Creation-Date: 2024-11-19T08:15:04+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
     
    1616
    1717#. Plugin Name of the plugin
    18 
    1918msgid "Checkout.com Payment Gateway"
    2019msgstr ""
     
    2221#. Plugin URI of the plugin
    2322#. Author URI of the plugin
    24 #: woocommerce-gateway-checkout-com.php
    2523msgid "https://www.checkout.com/"
    2624msgstr ""
    2725
    2826#. Description of the plugin
    29 #: woocommerce-gateway-checkout-com.php
    3027msgid "Extends WooCommerce by Adding the Checkout.com Gateway."
    3128msgstr ""
    3229
    3330#. Author of the plugin
    34 #: woocommerce-gateway-checkout-com.php
    3531#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-boleto.php:23
    3632#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-fawry.php:23
     
    3935#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-multibanco.php:28
    4036#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:23
    41 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:35
    42 #: includes/class-wc-gateway-checkout-com-apple-pay.php:22
    43 #: includes/class-wc-gateway-checkout-com-cards.php:35
    44 #: includes/class-wc-gateway-checkout-com-google-pay.php:20
    45 #: includes/class-wc-gateway-checkout-com-paypal.php:25
     37#: includes/class-wc-gateway-checkout-com-alternative-payments.php:36
     38#: includes/class-wc-gateway-checkout-com-apple-pay.php:23
     39#: includes/class-wc-gateway-checkout-com-cards.php:36
     40#: includes/class-wc-gateway-checkout-com-google-pay.php:21
     41#: includes/class-wc-gateway-checkout-com-paypal.php:26
    4642msgid "Checkout.com"
    4743msgstr ""
     
    129125msgstr ""
    130126
    131 #: includes/api/class-wc-checkoutcom-apm-method.php:397
     127#: includes/api/class-wc-checkoutcom-apm-method.php:399
    132128msgid "An error has occurred while getting sepa info."
    133129msgstr ""
     
    156152#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-klarna.php:26
    157153#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:24
    158 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:36
    159 #: includes/class-wc-gateway-checkout-com-apple-pay.php:23
    160 #: includes/class-wc-gateway-checkout-com-cards.php:36
    161 #: includes/class-wc-gateway-checkout-com-google-pay.php:21
    162 #: includes/class-wc-gateway-checkout-com-paypal.php:26
     154#: includes/class-wc-gateway-checkout-com-alternative-payments.php:37
     155#: includes/class-wc-gateway-checkout-com-apple-pay.php:24
     156#: includes/class-wc-gateway-checkout-com-cards.php:37
     157#: includes/class-wc-gateway-checkout-com-google-pay.php:22
     158#: includes/class-wc-gateway-checkout-com-paypal.php:27
    163159msgid "The Checkout.com extension allows shop owners to process online payments through the <a href=\"https://www.checkout.com\">Checkout.com Payment Gateway.</a>"
    164160msgstr ""
     
    219215
    220216#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-klarna.php:149
    221 #: includes/apms/class-wc-gateway-checkout-com-alternative-payments-klarna.php:198
     217#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-klarna.php:197
    222218msgid "An error has occurred while Klarna payment request. "
    223219msgstr ""
     
    274270msgstr ""
    275271
    276 #: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:144
     272#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:145
    277273msgid "Please try correct IBAN"
    278274msgstr ""
    279275
    280 #: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:146
     276#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:147
    281277msgid " Please try correct IBAN"
    282278msgstr ""
    283279
    284280#. translators: 1: Result ID, 2: Mandate reference.
    285 #: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:187
     281#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:188
    286282msgid "Checkout.com - Sepa payment Action ID : %1$s - Sepa mandate reference : %2$s"
    287283msgstr ""
     
    306302#. translators: %s: Action ID.
    307303#: includes/class-wc-checkout-com-webhook.php:154
    308 #: includes/class-wc-gateway-checkout-com-cards.php:682
     304#: includes/class-wc-gateway-checkout-com-cards.php:683
    309305msgid "Checkout.com Payment Captured - Action ID : %s"
    310306msgstr ""
     
    343339msgstr ""
    344340
    345 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:37
     341#: includes/class-wc-gateway-checkout-com-alternative-payments.php:38
    346342msgid "Alternative Payment"
    347343msgstr ""
    348344
    349 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:66
     345#: includes/class-wc-gateway-checkout-com-alternative-payments.php:67
    350346#: includes/class-wc-gateway-checkout-com-apple-pay.php:66
    351 #: includes/class-wc-gateway-checkout-com-cards.php:177
    352 #: includes/class-wc-gateway-checkout-com-google-pay.php:100
    353 #: includes/class-wc-gateway-checkout-com-paypal.php:477
     347#: includes/class-wc-gateway-checkout-com-cards.php:178
     348#: includes/class-wc-gateway-checkout-com-google-pay.php:101
     349#: includes/class-wc-gateway-checkout-com-paypal.php:458
    354350msgid "Other Settings"
    355351msgstr ""
    356352
    357353#. translators: %s: Action ID.
    358 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:122
    359 #: includes/class-wc-gateway-checkout-com-apple-pay.php:641
     354#: includes/class-wc-gateway-checkout-com-alternative-payments.php:123
     355#: includes/class-wc-gateway-checkout-com-apple-pay.php:642
    360356#: includes/class-wc-gateway-checkout-com-cards.php:948
    361357msgid "Checkout.com Payment Partially refunded from Admin - Action ID : %s"
     
    363359
    364360#. translators: %s: Action ID.
    365 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:131
    366 #: includes/class-wc-gateway-checkout-com-apple-pay.php:650
     361#: includes/class-wc-gateway-checkout-com-alternative-payments.php:132
     362#: includes/class-wc-gateway-checkout-com-apple-pay.php:651
    367363#: includes/class-wc-gateway-checkout-com-cards.php:943
    368364msgid "Checkout.com Payment refunded from Admin - Action ID : %s"
    369365msgstr ""
    370366
    371 #: includes/class-wc-gateway-checkout-com-apple-pay.php:24
     367#: includes/class-wc-gateway-checkout-com-apple-pay.php:25
    372368#: includes/settings/admin/class-wc-checkoutcom-admin.php:66
    373369msgid "Apple Pay"
    374370msgstr ""
    375371
    376 #: includes/class-wc-gateway-checkout-com-apple-pay.php:556
    377 #: includes/class-wc-gateway-checkout-com-cards.php:466
    378 #: includes/class-wc-gateway-checkout-com-google-pay.php:151
     372#: includes/class-wc-gateway-checkout-com-apple-pay.php:557
     373#: includes/class-wc-gateway-checkout-com-cards.php:467
     374#: includes/class-wc-gateway-checkout-com-google-pay.php:152
    379375msgid "There was an issue completing the payment."
    380376msgstr ""
    381377
    382378#. translators: %s: Action ID.
    383 #: includes/class-wc-gateway-checkout-com-apple-pay.php:584
    384 #: includes/class-wc-gateway-checkout-com-cards.php:550
    385 #: includes/class-wc-gateway-checkout-com-cards.php:659
    386 #: includes/class-wc-gateway-checkout-com-google-pay.php:193
     379#: includes/class-wc-gateway-checkout-com-apple-pay.php:585
     380#: includes/class-wc-gateway-checkout-com-cards.php:551
     381#: includes/class-wc-gateway-checkout-com-cards.php:660
     382#: includes/class-wc-gateway-checkout-com-google-pay.php:195
    387383msgid "Checkout.com Payment Authorised - Action ID : %s"
    388384msgstr ""
    389385
    390386#. translators: %s: Action ID.
    391 #: includes/class-wc-gateway-checkout-com-apple-pay.php:592
    392 #: includes/class-wc-gateway-checkout-com-cards.php:558
    393 #: includes/class-wc-gateway-checkout-com-cards.php:667
    394 #: includes/class-wc-gateway-checkout-com-google-pay.php:201
     387#: includes/class-wc-gateway-checkout-com-apple-pay.php:593
     388#: includes/class-wc-gateway-checkout-com-cards.php:559
     389#: includes/class-wc-gateway-checkout-com-cards.php:668
     390#: includes/class-wc-gateway-checkout-com-google-pay.php:203
    395391msgid "Checkout.com Payment Flagged - Action ID : %s"
    396392msgstr ""
    397393
    398 #: includes/class-wc-gateway-checkout-com-cards.php:37
     394#: includes/class-wc-gateway-checkout-com-cards.php:38
    399395msgid "Cards payment and general configuration"
    400396msgstr ""
    401397
    402 #: includes/class-wc-gateway-checkout-com-cards.php:55
     398#: includes/class-wc-gateway-checkout-com-cards.php:56
    403399msgid "Use a new card"
    404400msgstr ""
    405401
    406 #: includes/class-wc-gateway-checkout-com-cards.php:139
     402#: includes/class-wc-gateway-checkout-com-cards.php:140
    407403msgid "Please enter a valid card number"
    408404msgstr ""
    409405
    410 #: includes/class-wc-gateway-checkout-com-cards.php:140
     406#: includes/class-wc-gateway-checkout-com-cards.php:141
    411407msgid "Please enter a valid expiry date"
    412408msgstr ""
    413409
    414 #: includes/class-wc-gateway-checkout-com-cards.php:141
     410#: includes/class-wc-gateway-checkout-com-cards.php:142
    415411msgid "Please enter a valid cvv code"
    416412msgstr ""
    417413
    418 #: includes/class-wc-gateway-checkout-com-cards.php:207
     414#: includes/class-wc-gateway-checkout-com-cards.php:208
    419415#: woocommerce-gateway-checkout-com.php:123
    420416msgid "Settings"
    421417msgstr ""
    422418
    423 #: includes/class-wc-gateway-checkout-com-cards.php:274
     419#: includes/class-wc-gateway-checkout-com-cards.php:275
    424420msgid "Please enter your card details."
    425421msgstr ""
    426422
    427 #: includes/class-wc-gateway-checkout-com-cards.php:349
     423#: includes/class-wc-gateway-checkout-com-cards.php:350
    428424msgid "PAN"
    429425msgstr ""
    430426
    431 #: includes/class-wc-gateway-checkout-com-cards.php:356
     427#: includes/class-wc-gateway-checkout-com-cards.php:357
    432428msgid "PAN error"
    433429msgstr ""
    434430
    435 #: includes/class-wc-gateway-checkout-com-cards.php:364
     431#: includes/class-wc-gateway-checkout-com-cards.php:365
    436432msgid "Expiry date"
    437433msgstr ""
    438434
    439 #: includes/class-wc-gateway-checkout-com-cards.php:368
     435#: includes/class-wc-gateway-checkout-com-cards.php:369
    440436msgid "Expiry error"
    441437msgstr ""
    442438
    443 #: includes/class-wc-gateway-checkout-com-cards.php:376
     439#: includes/class-wc-gateway-checkout-com-cards.php:377
     440#: includes/class-wc-gateway-checkout-com-cards.php:405
     441msgid "CVV"
     442msgstr ""
     443
     444#: includes/class-wc-gateway-checkout-com-cards.php:381
     445msgid "CVV error"
     446msgstr ""
     447
     448#: includes/class-wc-gateway-checkout-com-cards.php:388
     449msgid "Select your preferred card brand"
     450msgstr ""
     451
     452#: includes/class-wc-gateway-checkout-com-cards.php:389
     453msgid "Your card has two brands and you can choose your preferred brand for this payment, if you don't the merchant preferred brand will be selected."
     454msgstr ""
     455
    444456#: includes/class-wc-gateway-checkout-com-cards.php:404
    445 msgid "CVV"
    446 msgstr ""
    447 
    448 #: includes/class-wc-gateway-checkout-com-cards.php:380
    449 msgid "CVV error"
    450 msgstr ""
    451 
    452 #: includes/class-wc-gateway-checkout-com-cards.php:387
    453 msgid "Select your preferred card brand"
    454 msgstr ""
    455 
    456 #: includes/class-wc-gateway-checkout-com-cards.php:388
    457 msgid "Your card has two brands and you can choose your preferred brand for this payment, if you don't the merchant preferred brand will be selected."
    458 msgstr ""
    459 
    460 #: includes/class-wc-gateway-checkout-com-cards.php:403
    461457msgid "Card Code"
    462458msgstr ""
    463459
    464 #: includes/class-wc-gateway-checkout-com-cards.php:512
    465 #: includes/class-wc-gateway-checkout-com-google-pay.php:163
     460#. translators: %s: URL
     461#: includes/class-wc-gateway-checkout-com-cards.php:513
     462#: includes/class-wc-gateway-checkout-com-google-pay.php:165
    466463msgid "Checkout.com 3d Redirect waiting. URL : %s"
    467464msgstr ""
    468465
    469 #: includes/class-wc-gateway-checkout-com-cards.php:629
     466#: includes/class-wc-gateway-checkout-com-cards.php:630
    470467msgid "Unable to add payment method to your account."
    471468msgstr ""
    472469
    473 #: includes/class-wc-gateway-checkout-com-cards.php:640
     470#: includes/class-wc-gateway-checkout-com-cards.php:641
    474471msgid "Payment method successfully added."
    475472msgstr ""
    476473
    477474#. translators: %s: Action ID.
    478 #: includes/class-wc-gateway-checkout-com-cards.php:674
     475#: includes/class-wc-gateway-checkout-com-cards.php:675
    479476msgid "Checkout.com Payment Canceled - Action ID : %s"
    480477msgstr ""
    481478
    482 #: includes/class-wc-gateway-checkout-com-cards.php:814
     479#: includes/class-wc-gateway-checkout-com-cards.php:815
    483480msgid "An error has occurred while processing your cancel request. "
    484481msgstr ""
     
    489486msgstr ""
    490487
    491 #: includes/class-wc-gateway-checkout-com-google-pay.php:22
     488#: includes/class-wc-gateway-checkout-com-google-pay.php:23
    492489#: includes/settings/admin/class-wc-checkoutcom-admin.php:63
    493490#: includes/settings/class-wc-checkoutcom-cards-settings.php:613
     
    496493
    497494#. translators: %s: Action ID.
    498 #: includes/class-wc-gateway-checkout-com-google-pay.php:248
    499 #: includes/class-wc-gateway-checkout-com-paypal.php:619
     495#: includes/class-wc-gateway-checkout-com-google-pay.php:250
     496#: includes/class-wc-gateway-checkout-com-paypal.php:600
    500497msgid "Checkout.com Payment refunded - Action ID : %s"
    501498msgstr ""
    502499
    503500#. translators: %s: Action ID.
    504 #: includes/class-wc-gateway-checkout-com-google-pay.php:253
    505 #: includes/class-wc-gateway-checkout-com-paypal.php:624
     501#: includes/class-wc-gateway-checkout-com-google-pay.php:255
     502#: includes/class-wc-gateway-checkout-com-paypal.php:605
    506503msgid "Checkout.com Payment Partially refunded - Action ID : %s"
    507504msgstr ""
    508505
    509 #: includes/class-wc-gateway-checkout-com-paypal.php:27
     506#: includes/class-wc-gateway-checkout-com-paypal.php:28
    510507#: includes/settings/admin/class-wc-checkoutcom-admin.php:69
    511508#: includes/settings/class-wc-checkoutcom-cards-settings.php:685
     
    513510msgstr ""
    514511
    515 #: includes/class-wc-gateway-checkout-com-paypal.php:407
    516 #: includes/class-wc-gateway-checkout-com-paypal.php:451
     512#: includes/class-wc-gateway-checkout-com-paypal.php:390
     513#: includes/class-wc-gateway-checkout-com-paypal.php:432
    517514msgid "An error has occurred while PayPal payment request. "
     515msgstr ""
     516
     517#. translators: %3$ is funding source like "PayPal" or "Venmo", other placeholders are html tags for a link.
     518#: includes/express/paypal/class-paypal-express.php:180
     519msgid "You are currently paying with PayPal. %1$s%2$sChoose another payment method%3$s."
    518520msgstr ""
    519521
     
    13011303msgstr[1] ""
    13021304
    1303 #: woocommerce-gateway-checkout-com.php:183
     1305#: woocommerce-gateway-checkout-com.php:185
    13041306msgid "Please enter a valid cvv."
    13051307msgstr ""
    13061308
    1307 #: woocommerce-gateway-checkout-com.php:204
     1309#: woocommerce-gateway-checkout-com.php:206
    13081310msgid "An error occurred while fetching the webhooks. Please try again."
    13091311msgstr ""
    13101312
    1311 #: woocommerce-gateway-checkout-com.php:205
     1313#: woocommerce-gateway-checkout-com.php:207
    13121314msgid "An error occurred while registering the webhook. Please try again."
    13131315msgstr ""
    13141316
    13151317#. translators: %s: Action id.
    1316 #: woocommerce-gateway-checkout-com.php:332
     1318#: woocommerce-gateway-checkout-com.php:333
    13171319msgid "Checkout.com Payment Captured from Admin - Action ID : %s"
    13181320msgstr ""
    13191321
    13201322#. translators: %s: Action id.
    1321 #: woocommerce-gateway-checkout-com.php:359
     1323#: woocommerce-gateway-checkout-com.php:360
    13221324msgid "Checkout.com Payment Voided from Admin - Action ID : %s"
    13231325msgstr ""
    13241326
    1325 #: woocommerce-gateway-checkout-com.php:371
     1327#: woocommerce-gateway-checkout-com.php:372
    13261328msgid "An error has occurred."
    13271329msgstr ""
    13281330
    1329 #: woocommerce-gateway-checkout-com.php:391
     1331#: woocommerce-gateway-checkout-com.php:392
    13301332msgid "Fawry reference number: "
    13311333msgstr ""
  • checkout-com-unified-payments-api/tags/4.9.0/readme.txt

    r3182844 r3192018  
    172172
    173173== Changelog ==
     174v4.9.0 19th Novemeber 2024
     175- **[fix]** 422 error on Paypal Payment Gateway
     176
    174177v4.8.0 30th October 2024
    175178- **[remove]** Giropay Payment Support
  • checkout-com-unified-payments-api/tags/4.9.0/vendor/composer/installed.php

    r3182844 r3192018  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'ece446e1281619809f272f5652d50e04a99a7f07',
     6        'reference' => 'c03ef0c0f8fff65ffc0ea1e0c9038248d900f49a',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => 'ece446e1281619809f272f5652d50e04a99a7f07',
     16            'reference' => 'c03ef0c0f8fff65ffc0ea1e0c9038248d900f49a',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • checkout-com-unified-payments-api/tags/4.9.0/woocommerce-gateway-checkout-com.php

    r3182844 r3192018  
    66 * Author: Checkout.com
    77 * Author URI: https://www.checkout.com/
    8  * Version: 4.8.0
     8 * Version: 4.9.0
    99 * Requires Plugins: woocommerce
    1010 * Requires at least: 5.0
    11  * Stable tag: 4.8.0
     11 * Stable tag: 4.9.0
    1212 * Tested up to: 6.4.1
    1313 * WC tested up to: 8.3.1
     
    2626 * Constants.
    2727 */
    28 define( 'WC_CHECKOUTCOM_PLUGIN_VERSION', '4.8.0' );
     28define( 'WC_CHECKOUTCOM_PLUGIN_VERSION', '4.9.0' );
    2929define( 'WC_CHECKOUTCOM_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
    3030define( 'WC_CHECKOUTCOM_PLUGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
  • checkout-com-unified-payments-api/trunk/assets/js/cko-paypal-integration.js

    r3108580 r3192018  
    125125                },
    126126                onCancel: function (data, actions) {
     127                    fetch( cko_paypal_vars.clear_session_url, {
     128                        method: 'GET',
     129                        headers: {
     130                            'Content-Type': 'application/x-www-form-urlencoded'
     131                        },
     132                    });
    127133                    jQuery('.woocommerce').unblock();
    128134                },
     
    163169
    164170    return;
    165 
    166     // Initialise PayPal when page is ready.
    167     jQuery( document ).ready(function() {
    168 
    169         let paypalButtonProps = {
    170             onApprove: async function (data) {
    171 
    172                 jQuery('.woocommerce').block({message: null, overlayCSS: {background: '#fff', opacity: 0.6}});
    173 
    174                 jQuery.post(cko_paypal_vars.cc_capture + "&paypal_order_id=" + data.orderID + "&woocommerce-process-checkout-nonce=" + cko_paypal_vars.woocommerce_process_checkout, function (data) {
    175                     if (typeof data.success !== 'undefined' && data.success !== true ) {
    176                         var messages = data.data.messages ? data.data.messages : data.data;
    177 
    178                         if ( 'string' === typeof messages || Array.isArray( messages ) ) {
    179                             showError( messages );
    180                         }
    181                     } else {
    182                         window.location.href = data.data.redirect;
    183                     }
    184                 });
    185             },
    186             onCancel: function (data, actions) {
    187                 jQuery('.woocommerce').unblock();
    188             },
    189             onError: function (err) {
    190                 console.log(err);
    191                 jQuery('.woocommerce').unblock();
    192             },
    193         };
    194 
    195         if ( cko_paypal_vars.is_cart_contains_subscription ) {
    196             paypalButtonProps.createBillingAgreement = function( data, actions ) {
    197                 return cko_create_order_id();
    198             };
    199         } else {
    200             paypalButtonProps.createOrder = function( data, actions ) {
    201                 return cko_create_order_id();
    202             };
    203         }
    204 
    205         paypal.Buttons({ paypalButtonProps }).render( cko_paypal_vars.paypal_button_selector );
    206     });
    207 
    208 
    209 
    210171});
  • checkout-com-unified-payments-api/trunk/includes/class-wc-gateway-checkout-com-paypal.php

    r3182844 r3192018  
    8686                    }
    8787                    break;
     88               
     89                case 'empty_session':
     90                    WC_Checkoutcom_Utility::cko_set_session( 'cko_paypal_order_id', '' );
     91                    WC_Checkoutcom_Utility::cko_set_session( 'cko_pc_id', '' );
    8892
    8993                case 'cc_capture':
     
    536540        $vars = [
    537541            'create_order_url'              => add_query_arg( [ 'cko_paypal_action' => 'create_order' ], WC()->api_request_url( 'CKO_Paypal_Woocommerce' ) ),
     542            'clear_session_url'             => add_query_arg( [ 'cko_paypal_action' => 'empty_session' ], WC()->api_request_url( 'CKO_Paypal_Woocommerce' ) ),
    538543            'cc_capture'                    => add_query_arg( [ 'cko_paypal_action' => 'cc_capture' ], WC()->api_request_url( 'CKO_Paypal_Woocommerce' ) ),
    539544            'woocommerce_process_checkout'  => wp_create_nonce( 'woocommerce-process_checkout' ),
  • checkout-com-unified-payments-api/trunk/languages/checkout-com-unified-payments-api.pot

    r3182844 r3192018  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Checkout.com Payment Gateway 4.8.0\n"
     5"Project-Id-Version: Checkout.com Payment Gateway 4.9.0\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-gateway-checkout-com\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-10-28T11:15:27+00:00\n"
     12"POT-Creation-Date: 2024-11-19T08:15:04+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
     
    1616
    1717#. Plugin Name of the plugin
    18 
    1918msgid "Checkout.com Payment Gateway"
    2019msgstr ""
     
    2221#. Plugin URI of the plugin
    2322#. Author URI of the plugin
    24 #: woocommerce-gateway-checkout-com.php
    2523msgid "https://www.checkout.com/"
    2624msgstr ""
    2725
    2826#. Description of the plugin
    29 #: woocommerce-gateway-checkout-com.php
    3027msgid "Extends WooCommerce by Adding the Checkout.com Gateway."
    3128msgstr ""
    3229
    3330#. Author of the plugin
    34 #: woocommerce-gateway-checkout-com.php
    3531#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-boleto.php:23
    3632#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-fawry.php:23
     
    3935#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-multibanco.php:28
    4036#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:23
    41 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:35
    42 #: includes/class-wc-gateway-checkout-com-apple-pay.php:22
    43 #: includes/class-wc-gateway-checkout-com-cards.php:35
    44 #: includes/class-wc-gateway-checkout-com-google-pay.php:20
    45 #: includes/class-wc-gateway-checkout-com-paypal.php:25
     37#: includes/class-wc-gateway-checkout-com-alternative-payments.php:36
     38#: includes/class-wc-gateway-checkout-com-apple-pay.php:23
     39#: includes/class-wc-gateway-checkout-com-cards.php:36
     40#: includes/class-wc-gateway-checkout-com-google-pay.php:21
     41#: includes/class-wc-gateway-checkout-com-paypal.php:26
    4642msgid "Checkout.com"
    4743msgstr ""
     
    129125msgstr ""
    130126
    131 #: includes/api/class-wc-checkoutcom-apm-method.php:397
     127#: includes/api/class-wc-checkoutcom-apm-method.php:399
    132128msgid "An error has occurred while getting sepa info."
    133129msgstr ""
     
    156152#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-klarna.php:26
    157153#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:24
    158 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:36
    159 #: includes/class-wc-gateway-checkout-com-apple-pay.php:23
    160 #: includes/class-wc-gateway-checkout-com-cards.php:36
    161 #: includes/class-wc-gateway-checkout-com-google-pay.php:21
    162 #: includes/class-wc-gateway-checkout-com-paypal.php:26
     154#: includes/class-wc-gateway-checkout-com-alternative-payments.php:37
     155#: includes/class-wc-gateway-checkout-com-apple-pay.php:24
     156#: includes/class-wc-gateway-checkout-com-cards.php:37
     157#: includes/class-wc-gateway-checkout-com-google-pay.php:22
     158#: includes/class-wc-gateway-checkout-com-paypal.php:27
    163159msgid "The Checkout.com extension allows shop owners to process online payments through the <a href=\"https://www.checkout.com\">Checkout.com Payment Gateway.</a>"
    164160msgstr ""
     
    219215
    220216#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-klarna.php:149
    221 #: includes/apms/class-wc-gateway-checkout-com-alternative-payments-klarna.php:198
     217#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-klarna.php:197
    222218msgid "An error has occurred while Klarna payment request. "
    223219msgstr ""
     
    274270msgstr ""
    275271
    276 #: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:144
     272#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:145
    277273msgid "Please try correct IBAN"
    278274msgstr ""
    279275
    280 #: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:146
     276#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:147
    281277msgid " Please try correct IBAN"
    282278msgstr ""
    283279
    284280#. translators: 1: Result ID, 2: Mandate reference.
    285 #: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:187
     281#: includes/apms/class-wc-gateway-checkout-com-alternative-payments-sepa.php:188
    286282msgid "Checkout.com - Sepa payment Action ID : %1$s - Sepa mandate reference : %2$s"
    287283msgstr ""
     
    306302#. translators: %s: Action ID.
    307303#: includes/class-wc-checkout-com-webhook.php:154
    308 #: includes/class-wc-gateway-checkout-com-cards.php:682
     304#: includes/class-wc-gateway-checkout-com-cards.php:683
    309305msgid "Checkout.com Payment Captured - Action ID : %s"
    310306msgstr ""
     
    343339msgstr ""
    344340
    345 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:37
     341#: includes/class-wc-gateway-checkout-com-alternative-payments.php:38
    346342msgid "Alternative Payment"
    347343msgstr ""
    348344
    349 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:66
     345#: includes/class-wc-gateway-checkout-com-alternative-payments.php:67
    350346#: includes/class-wc-gateway-checkout-com-apple-pay.php:66
    351 #: includes/class-wc-gateway-checkout-com-cards.php:177
    352 #: includes/class-wc-gateway-checkout-com-google-pay.php:100
    353 #: includes/class-wc-gateway-checkout-com-paypal.php:477
     347#: includes/class-wc-gateway-checkout-com-cards.php:178
     348#: includes/class-wc-gateway-checkout-com-google-pay.php:101
     349#: includes/class-wc-gateway-checkout-com-paypal.php:458
    354350msgid "Other Settings"
    355351msgstr ""
    356352
    357353#. translators: %s: Action ID.
    358 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:122
    359 #: includes/class-wc-gateway-checkout-com-apple-pay.php:641
     354#: includes/class-wc-gateway-checkout-com-alternative-payments.php:123
     355#: includes/class-wc-gateway-checkout-com-apple-pay.php:642
    360356#: includes/class-wc-gateway-checkout-com-cards.php:948
    361357msgid "Checkout.com Payment Partially refunded from Admin - Action ID : %s"
     
    363359
    364360#. translators: %s: Action ID.
    365 #: includes/class-wc-gateway-checkout-com-alternative-payments.php:131
    366 #: includes/class-wc-gateway-checkout-com-apple-pay.php:650
     361#: includes/class-wc-gateway-checkout-com-alternative-payments.php:132
     362#: includes/class-wc-gateway-checkout-com-apple-pay.php:651
    367363#: includes/class-wc-gateway-checkout-com-cards.php:943
    368364msgid "Checkout.com Payment refunded from Admin - Action ID : %s"
    369365msgstr ""
    370366
    371 #: includes/class-wc-gateway-checkout-com-apple-pay.php:24
     367#: includes/class-wc-gateway-checkout-com-apple-pay.php:25
    372368#: includes/settings/admin/class-wc-checkoutcom-admin.php:66
    373369msgid "Apple Pay"
    374370msgstr ""
    375371
    376 #: includes/class-wc-gateway-checkout-com-apple-pay.php:556
    377 #: includes/class-wc-gateway-checkout-com-cards.php:466
    378 #: includes/class-wc-gateway-checkout-com-google-pay.php:151
     372#: includes/class-wc-gateway-checkout-com-apple-pay.php:557
     373#: includes/class-wc-gateway-checkout-com-cards.php:467
     374#: includes/class-wc-gateway-checkout-com-google-pay.php:152
    379375msgid "There was an issue completing the payment."
    380376msgstr ""
    381377
    382378#. translators: %s: Action ID.
    383 #: includes/class-wc-gateway-checkout-com-apple-pay.php:584
    384 #: includes/class-wc-gateway-checkout-com-cards.php:550
    385 #: includes/class-wc-gateway-checkout-com-cards.php:659
    386 #: includes/class-wc-gateway-checkout-com-google-pay.php:193
     379#: includes/class-wc-gateway-checkout-com-apple-pay.php:585
     380#: includes/class-wc-gateway-checkout-com-cards.php:551
     381#: includes/class-wc-gateway-checkout-com-cards.php:660
     382#: includes/class-wc-gateway-checkout-com-google-pay.php:195
    387383msgid "Checkout.com Payment Authorised - Action ID : %s"
    388384msgstr ""
    389385
    390386#. translators: %s: Action ID.
    391 #: includes/class-wc-gateway-checkout-com-apple-pay.php:592
    392 #: includes/class-wc-gateway-checkout-com-cards.php:558
    393 #: includes/class-wc-gateway-checkout-com-cards.php:667
    394 #: includes/class-wc-gateway-checkout-com-google-pay.php:201
     387#: includes/class-wc-gateway-checkout-com-apple-pay.php:593
     388#: includes/class-wc-gateway-checkout-com-cards.php:559
     389#: includes/class-wc-gateway-checkout-com-cards.php:668
     390#: includes/class-wc-gateway-checkout-com-google-pay.php:203
    395391msgid "Checkout.com Payment Flagged - Action ID : %s"
    396392msgstr ""
    397393
    398 #: includes/class-wc-gateway-checkout-com-cards.php:37
     394#: includes/class-wc-gateway-checkout-com-cards.php:38
    399395msgid "Cards payment and general configuration"
    400396msgstr ""
    401397
    402 #: includes/class-wc-gateway-checkout-com-cards.php:55
     398#: includes/class-wc-gateway-checkout-com-cards.php:56
    403399msgid "Use a new card"
    404400msgstr ""
    405401
    406 #: includes/class-wc-gateway-checkout-com-cards.php:139
     402#: includes/class-wc-gateway-checkout-com-cards.php:140
    407403msgid "Please enter a valid card number"
    408404msgstr ""
    409405
    410 #: includes/class-wc-gateway-checkout-com-cards.php:140
     406#: includes/class-wc-gateway-checkout-com-cards.php:141
    411407msgid "Please enter a valid expiry date"
    412408msgstr ""
    413409
    414 #: includes/class-wc-gateway-checkout-com-cards.php:141
     410#: includes/class-wc-gateway-checkout-com-cards.php:142
    415411msgid "Please enter a valid cvv code"
    416412msgstr ""
    417413
    418 #: includes/class-wc-gateway-checkout-com-cards.php:207
     414#: includes/class-wc-gateway-checkout-com-cards.php:208
    419415#: woocommerce-gateway-checkout-com.php:123
    420416msgid "Settings"
    421417msgstr ""
    422418
    423 #: includes/class-wc-gateway-checkout-com-cards.php:274
     419#: includes/class-wc-gateway-checkout-com-cards.php:275
    424420msgid "Please enter your card details."
    425421msgstr ""
    426422
    427 #: includes/class-wc-gateway-checkout-com-cards.php:349
     423#: includes/class-wc-gateway-checkout-com-cards.php:350
    428424msgid "PAN"
    429425msgstr ""
    430426
    431 #: includes/class-wc-gateway-checkout-com-cards.php:356
     427#: includes/class-wc-gateway-checkout-com-cards.php:357
    432428msgid "PAN error"
    433429msgstr ""
    434430
    435 #: includes/class-wc-gateway-checkout-com-cards.php:364
     431#: includes/class-wc-gateway-checkout-com-cards.php:365
    436432msgid "Expiry date"
    437433msgstr ""
    438434
    439 #: includes/class-wc-gateway-checkout-com-cards.php:368
     435#: includes/class-wc-gateway-checkout-com-cards.php:369
    440436msgid "Expiry error"
    441437msgstr ""
    442438
    443 #: includes/class-wc-gateway-checkout-com-cards.php:376
     439#: includes/class-wc-gateway-checkout-com-cards.php:377
     440#: includes/class-wc-gateway-checkout-com-cards.php:405
     441msgid "CVV"
     442msgstr ""
     443
     444#: includes/class-wc-gateway-checkout-com-cards.php:381
     445msgid "CVV error"
     446msgstr ""
     447
     448#: includes/class-wc-gateway-checkout-com-cards.php:388
     449msgid "Select your preferred card brand"
     450msgstr ""
     451
     452#: includes/class-wc-gateway-checkout-com-cards.php:389
     453msgid "Your card has two brands and you can choose your preferred brand for this payment, if you don't the merchant preferred brand will be selected."
     454msgstr ""
     455
    444456#: includes/class-wc-gateway-checkout-com-cards.php:404
    445 msgid "CVV"
    446 msgstr ""
    447 
    448 #: includes/class-wc-gateway-checkout-com-cards.php:380
    449 msgid "CVV error"
    450 msgstr ""
    451 
    452 #: includes/class-wc-gateway-checkout-com-cards.php:387
    453 msgid "Select your preferred card brand"
    454 msgstr ""
    455 
    456 #: includes/class-wc-gateway-checkout-com-cards.php:388
    457 msgid "Your card has two brands and you can choose your preferred brand for this payment, if you don't the merchant preferred brand will be selected."
    458 msgstr ""
    459 
    460 #: includes/class-wc-gateway-checkout-com-cards.php:403
    461457msgid "Card Code"
    462458msgstr ""
    463459
    464 #: includes/class-wc-gateway-checkout-com-cards.php:512
    465 #: includes/class-wc-gateway-checkout-com-google-pay.php:163
     460#. translators: %s: URL
     461#: includes/class-wc-gateway-checkout-com-cards.php:513
     462#: includes/class-wc-gateway-checkout-com-google-pay.php:165
    466463msgid "Checkout.com 3d Redirect waiting. URL : %s"
    467464msgstr ""
    468465
    469 #: includes/class-wc-gateway-checkout-com-cards.php:629
     466#: includes/class-wc-gateway-checkout-com-cards.php:630
    470467msgid "Unable to add payment method to your account."
    471468msgstr ""
    472469
    473 #: includes/class-wc-gateway-checkout-com-cards.php:640
     470#: includes/class-wc-gateway-checkout-com-cards.php:641
    474471msgid "Payment method successfully added."
    475472msgstr ""
    476473
    477474#. translators: %s: Action ID.
    478 #: includes/class-wc-gateway-checkout-com-cards.php:674
     475#: includes/class-wc-gateway-checkout-com-cards.php:675
    479476msgid "Checkout.com Payment Canceled - Action ID : %s"
    480477msgstr ""
    481478
    482 #: includes/class-wc-gateway-checkout-com-cards.php:814
     479#: includes/class-wc-gateway-checkout-com-cards.php:815
    483480msgid "An error has occurred while processing your cancel request. "
    484481msgstr ""
     
    489486msgstr ""
    490487
    491 #: includes/class-wc-gateway-checkout-com-google-pay.php:22
     488#: includes/class-wc-gateway-checkout-com-google-pay.php:23
    492489#: includes/settings/admin/class-wc-checkoutcom-admin.php:63
    493490#: includes/settings/class-wc-checkoutcom-cards-settings.php:613
     
    496493
    497494#. translators: %s: Action ID.
    498 #: includes/class-wc-gateway-checkout-com-google-pay.php:248
    499 #: includes/class-wc-gateway-checkout-com-paypal.php:619
     495#: includes/class-wc-gateway-checkout-com-google-pay.php:250
     496#: includes/class-wc-gateway-checkout-com-paypal.php:600
    500497msgid "Checkout.com Payment refunded - Action ID : %s"
    501498msgstr ""
    502499
    503500#. translators: %s: Action ID.
    504 #: includes/class-wc-gateway-checkout-com-google-pay.php:253
    505 #: includes/class-wc-gateway-checkout-com-paypal.php:624
     501#: includes/class-wc-gateway-checkout-com-google-pay.php:255
     502#: includes/class-wc-gateway-checkout-com-paypal.php:605
    506503msgid "Checkout.com Payment Partially refunded - Action ID : %s"
    507504msgstr ""
    508505
    509 #: includes/class-wc-gateway-checkout-com-paypal.php:27
     506#: includes/class-wc-gateway-checkout-com-paypal.php:28
    510507#: includes/settings/admin/class-wc-checkoutcom-admin.php:69
    511508#: includes/settings/class-wc-checkoutcom-cards-settings.php:685
     
    513510msgstr ""
    514511
    515 #: includes/class-wc-gateway-checkout-com-paypal.php:407
    516 #: includes/class-wc-gateway-checkout-com-paypal.php:451
     512#: includes/class-wc-gateway-checkout-com-paypal.php:390
     513#: includes/class-wc-gateway-checkout-com-paypal.php:432
    517514msgid "An error has occurred while PayPal payment request. "
     515msgstr ""
     516
     517#. translators: %3$ is funding source like "PayPal" or "Venmo", other placeholders are html tags for a link.
     518#: includes/express/paypal/class-paypal-express.php:180
     519msgid "You are currently paying with PayPal. %1$s%2$sChoose another payment method%3$s."
    518520msgstr ""
    519521
     
    13011303msgstr[1] ""
    13021304
    1303 #: woocommerce-gateway-checkout-com.php:183
     1305#: woocommerce-gateway-checkout-com.php:185
    13041306msgid "Please enter a valid cvv."
    13051307msgstr ""
    13061308
    1307 #: woocommerce-gateway-checkout-com.php:204
     1309#: woocommerce-gateway-checkout-com.php:206
    13081310msgid "An error occurred while fetching the webhooks. Please try again."
    13091311msgstr ""
    13101312
    1311 #: woocommerce-gateway-checkout-com.php:205
     1313#: woocommerce-gateway-checkout-com.php:207
    13121314msgid "An error occurred while registering the webhook. Please try again."
    13131315msgstr ""
    13141316
    13151317#. translators: %s: Action id.
    1316 #: woocommerce-gateway-checkout-com.php:332
     1318#: woocommerce-gateway-checkout-com.php:333
    13171319msgid "Checkout.com Payment Captured from Admin - Action ID : %s"
    13181320msgstr ""
    13191321
    13201322#. translators: %s: Action id.
    1321 #: woocommerce-gateway-checkout-com.php:359
     1323#: woocommerce-gateway-checkout-com.php:360
    13221324msgid "Checkout.com Payment Voided from Admin - Action ID : %s"
    13231325msgstr ""
    13241326
    1325 #: woocommerce-gateway-checkout-com.php:371
     1327#: woocommerce-gateway-checkout-com.php:372
    13261328msgid "An error has occurred."
    13271329msgstr ""
    13281330
    1329 #: woocommerce-gateway-checkout-com.php:391
     1331#: woocommerce-gateway-checkout-com.php:392
    13301332msgid "Fawry reference number: "
    13311333msgstr ""
  • checkout-com-unified-payments-api/trunk/readme.txt

    r3182844 r3192018  
    172172
    173173== Changelog ==
     174v4.9.0 19th Novemeber 2024
     175- **[fix]** 422 error on Paypal Payment Gateway
     176
    174177v4.8.0 30th October 2024
    175178- **[remove]** Giropay Payment Support
  • checkout-com-unified-payments-api/trunk/vendor/composer/installed.php

    r3182844 r3192018  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'ece446e1281619809f272f5652d50e04a99a7f07',
     6        'reference' => 'c03ef0c0f8fff65ffc0ea1e0c9038248d900f49a',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => 'ece446e1281619809f272f5652d50e04a99a7f07',
     16            'reference' => 'c03ef0c0f8fff65ffc0ea1e0c9038248d900f49a',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • checkout-com-unified-payments-api/trunk/woocommerce-gateway-checkout-com.php

    r3182844 r3192018  
    66 * Author: Checkout.com
    77 * Author URI: https://www.checkout.com/
    8  * Version: 4.8.0
     8 * Version: 4.9.0
    99 * Requires Plugins: woocommerce
    1010 * Requires at least: 5.0
    11  * Stable tag: 4.8.0
     11 * Stable tag: 4.9.0
    1212 * Tested up to: 6.4.1
    1313 * WC tested up to: 8.3.1
     
    2626 * Constants.
    2727 */
    28 define( 'WC_CHECKOUTCOM_PLUGIN_VERSION', '4.8.0' );
     28define( 'WC_CHECKOUTCOM_PLUGIN_VERSION', '4.9.0' );
    2929define( 'WC_CHECKOUTCOM_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
    3030define( 'WC_CHECKOUTCOM_PLUGIN_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
Note: See TracChangeset for help on using the changeset viewer.