Plugin Directory

Changeset 2974637


Ignore:
Timestamp:
10/04/2023 09:51:58 AM (2 years ago)
Author:
PerfectSolution
Message:

Update trunk/ - 7.0.3

Location:
woocommerce-quickpay
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woocommerce-quickpay/tags/7.0.3/README.txt

    r2932188 r2974637  
    33Tags: gateway, woo commerce, quickpay, quick pay, gateway, integration, woocommerce, woocommerce quickpay, payment, payment gateway, psp
    44Requires at least: 4.0.0
    5 Tested up to: 6.2
     5Tested up to: 6.3
    66Stable tag: trunk
    77License: GPLv2
     
    2828
    2929== Changelog ==
     30= 7.0.3 =
     31* Fix: Update autofee helper text.
     32* Fix: Bump tested WP version number to 6.3
     33* Fix: Bump tested WC version number to 8.1
     34
    3035= 7.0.2 =
    3136* Fix: Manually creating a payment link from wp-admin on subscriptions with empty transaction IDs could lead to errors on link generation
  • woocommerce-quickpay/tags/7.0.3/classes/woocommerce-quickpay-settings.php

    r2924617 r2974637  
    108108                    'type'        => 'checkbox',
    109109                    'label'       => __( 'Enable', 'woo-quickpay' ),
    110                     'description' => __( 'If enabled, the fee charged by the acquirer will be calculated and added to the transaction amount.', 'woo-quickpay' ),
     110                    'description' => __( 'Fees are charged according to the applicable rules for card fees, contact your redeemer for more information.', 'woo-quickpay' ),
    111111                    'default'     => 'no',
    112112                    'desc_tip'    => true,
  • woocommerce-quickpay/tags/7.0.3/languages/woo-quickpay-da_DK.po

    r2924617 r2974637  
    22msgstr ""
    33"Project-Id-Version: WooCommerce QuickPay\n"
    4 "POT-Creation-Date: 2023-06-08 11:52+0200\n"
    5 "PO-Revision-Date: 2023-06-08 11:54+0200\n"
     4"POT-Creation-Date: 2023-10-04 11:48+0200\n"
     5"PO-Revision-Date: 2023-10-04 11:48+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    13 "X-Generator: Poedit 3.3.1\n"
     13"X-Generator: Poedit 3.4\n"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-WPHeader: woocommerce-quickpay.php\n"
     
    232232msgstr "Betal med iDEAL"
    233233
    234 #: classes/instances/instance.php:58 woocommerce-quickpay.php:899
     234#: classes/instances/instance.php:58 woocommerce-quickpay.php:897
    235235#, php-format
    236236msgid "Allows you to receive payments via %s"
     
    388388
    389389#: classes/instances/mobilepay-subscriptions.php:282
    390 #: woocommerce-quickpay.php:662
     390#: woocommerce-quickpay.php:661
    391391msgid "QuickPay Transaction ID"
    392392msgstr "QuickPay Transaktions-ID"
     
    571571
    572572#: classes/modules/woocommerce-quickpay-admin-orders-meta.php:30
    573 #: woocommerce-quickpay.php:754
     573#: woocommerce-quickpay.php:753
    574574msgid "QuickPay Payment"
    575575msgstr "QuickPay betaling"
     
    583583msgstr "abonnement"
    584584
    585 #: classes/modules/woocommerce-quickpay-admin-orders.php:34
     585#: classes/modules/woocommerce-quickpay-admin-orders.php:37
    586586#, php-format
    587587msgid "Payment link creation skipped for order #%s"
    588588msgstr "Oprettelse af betalingslink blev ikke udført for ordre #%s"
    589589
    590 #: classes/modules/woocommerce-quickpay-admin-orders.php:50
     590#: classes/modules/woocommerce-quickpay-admin-orders.php:53
    591591msgid "A parent order must be mapped to the subscription."
    592592msgstr "En parent ordre skal være tilknyttet abonnementet."
    593593
    594 #: classes/modules/woocommerce-quickpay-admin-orders.php:84
     594#: classes/modules/woocommerce-quickpay-admin-orders.php:105
    595595#, php-format
    596596msgid "Invalid payment link received from API for order #%s"
    597597msgstr "Ugyldig callback body vedr. ordre #%s"
    598598
    599 #: classes/modules/woocommerce-quickpay-admin-orders.php:98
     599#: classes/modules/woocommerce-quickpay-admin-orders.php:120
    600600#, php-format
    601601msgid "Payment link manually created from backend: %s"
    602602msgstr "Et betalingslink blev manuelt oprettet fra backenden: %s"
    603603
    604 #: classes/modules/woocommerce-quickpay-admin-orders.php:104
     604#: classes/modules/woocommerce-quickpay-admin-orders.php:126
    605605#, php-format
    606606msgid "Payment link could not be created for order #%s. Error: %s"
    607607msgstr "Betalingslink kunne ikke oprettes for ordre #%s. Fejl: %s"
    608608
    609 #: classes/modules/woocommerce-quickpay-admin-orders.php:129
     609#: classes/modules/woocommerce-quickpay-admin-orders.php:155
    610610msgid "Create payment link"
    611611msgstr "Opret betalingslink"
     
    788788#: classes/woocommerce-quickpay-settings.php:110
    789789msgid ""
    790 "If enabled, the fee charged by the acquirer will be calculated and added to "
    791 "the transaction amount."
    792 msgstr "Hvis aktiveret vil indløserens transaktionsgebyr blive pålagt kunden."
     790"Fees are charged according to the applicable rules for card fees, contact "
     791"your redeemer for more information."
     792msgstr ""
     793"Gebyrer bliver pålagt efter de gældende regler for kortgebyrer, kontakt evt. "
     794"din indløser for flere oplysninger."
    793795
    794796#: classes/woocommerce-quickpay-settings.php:115
     
    11811183msgstr "Indstillinger"
    11821184
    1183 #: woocommerce-quickpay.php:524
     1185#: woocommerce-quickpay.php:523
    11841186#, php-format
    11851187msgid "No transaction ID for order: %s"
    11861188msgstr "Intet transaktions-id for ordre nr: %s"
    11871189
    1188 #: woocommerce-quickpay.php:534
     1190#: woocommerce-quickpay.php:533
    11891191msgid "A non-captured payment cannot be refunded."
    11901192msgstr "En betaling der ikke er trukket, kan ikke refunderes."
    11911193
    1192 #: woocommerce-quickpay.php:537
     1194#: woocommerce-quickpay.php:536
    11931195msgid "Transaction state does not allow refunds."
    11941196msgstr "Ordrens transaktionsstatus tillader ikke refunderinger."
    11951197
    1196 #: woocommerce-quickpay.php:690
     1198#: woocommerce-quickpay.php:689
    11971199#, php-format
    11981200msgid "QuickPay Transaction ID updated from #%d to #%d"
    11991201msgstr "QuickPay Transaktions-ID blev opdateret fra #%d til #%d"
    12001202
    1201 #: woocommerce-quickpay.php:747
     1203#: woocommerce-quickpay.php:746
    12021204msgid ""
    12031205"<p><strong>Payment failure</strong> A problem with your payment on order "
     
    12081210"p>"
    12091211
    1210 #: woocommerce-quickpay.php:754
     1212#: woocommerce-quickpay.php:753
    12111213msgid "Cancelled during process"
    12121214msgstr "Annulleret under betalingsprocessen"
    12131215
    1214 #: woocommerce-quickpay.php:756
     1216#: woocommerce-quickpay.php:755
    12151217msgid "Payment cancelled"
    12161218msgstr "Betaling annulleret"
    12171219
    1218 #: woocommerce-quickpay.php:756
     1220#: woocommerce-quickpay.php:755
    12191221msgid ""
    12201222"Due to cancellation of your payment, the order process was not completed. "
     
    12241226"betalingsprocessen for at gennemføre din bestilling."
    12251227
    1226 #: woocommerce-quickpay.php:756
     1228#: woocommerce-quickpay.php:755
    12271229#, php-format
    12281230msgid "<p><strong>%s</strong>: %s</p>"
    12291231msgstr "<p><strong>%s</strong>: %s</p>"
    12301232
    1231 #: woocommerce-quickpay.php:808
     1233#: woocommerce-quickpay.php:807
    12321234msgid "Payment cancelled."
    12331235msgstr "Betaling annulleret."
    12341236
    1235 #: woocommerce-quickpay.php:816
     1237#: woocommerce-quickpay.php:815
    12361238#, php-format
    12371239msgid "Refunded %s %s"
    12381240msgstr "Refunderet %s %s"
    12391241
    1240 #: woocommerce-quickpay.php:864
     1242#: woocommerce-quickpay.php:862
    12411243#, php-format
    12421244msgid "Invalid callback body for order #%s."
     
    12591261msgid "http://perfect-solution.dk"
    12601262msgstr "http://perfect-solution.dk"
     1263
     1264#~ msgid ""
     1265#~ "If enabled, the fee charged by the acquirer will be calculated and added "
     1266#~ "to the transaction amount."
     1267#~ msgstr ""
     1268#~ "Hvis aktiveret vil indløserens transaktionsgebyr blive pålagt kunden."
    12611269
    12621270#, fuzzy
  • woocommerce-quickpay/tags/7.0.3/languages/woo-quickpay.pot

    r2924617 r2974637  
    33msgstr ""
    44"Project-Id-Version: WooCommerce QuickPay\n"
    5 "POT-Creation-Date: 2023-06-08 11:52+0200\n"
     5"POT-Creation-Date: 2023-10-04 11:48+0200\n"
    66"PO-Revision-Date: 2016-06-21 13:16+0200\n"
    77"Last-Translator: \n"
     
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    13 "X-Generator: Poedit 3.3.1\n"
     13"X-Generator: Poedit 3.4\n"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-WPHeader: woocommerce-quickpay.php\n"
     
    226226msgstr ""
    227227
    228 #: classes/instances/instance.php:58 woocommerce-quickpay.php:899
     228#: classes/instances/instance.php:58 woocommerce-quickpay.php:897
    229229#, php-format
    230230msgid "Allows you to receive payments via %s"
     
    360360
    361361#: classes/instances/mobilepay-subscriptions.php:282
    362 #: woocommerce-quickpay.php:662
     362#: woocommerce-quickpay.php:661
    363363msgid "QuickPay Transaction ID"
    364364msgstr ""
     
    539539
    540540#: classes/modules/woocommerce-quickpay-admin-orders-meta.php:30
    541 #: woocommerce-quickpay.php:754
     541#: woocommerce-quickpay.php:753
    542542msgid "QuickPay Payment"
    543543msgstr ""
     
    551551msgstr ""
    552552
    553 #: classes/modules/woocommerce-quickpay-admin-orders.php:34
     553#: classes/modules/woocommerce-quickpay-admin-orders.php:37
    554554#, php-format
    555555msgid "Payment link creation skipped for order #%s"
    556556msgstr ""
    557557
    558 #: classes/modules/woocommerce-quickpay-admin-orders.php:50
     558#: classes/modules/woocommerce-quickpay-admin-orders.php:53
    559559msgid "A parent order must be mapped to the subscription."
    560560msgstr ""
    561561
    562 #: classes/modules/woocommerce-quickpay-admin-orders.php:84
     562#: classes/modules/woocommerce-quickpay-admin-orders.php:105
    563563#, php-format
    564564msgid "Invalid payment link received from API for order #%s"
    565565msgstr ""
    566566
    567 #: classes/modules/woocommerce-quickpay-admin-orders.php:98
     567#: classes/modules/woocommerce-quickpay-admin-orders.php:120
    568568#, php-format
    569569msgid "Payment link manually created from backend: %s"
    570570msgstr ""
    571571
    572 #: classes/modules/woocommerce-quickpay-admin-orders.php:104
     572#: classes/modules/woocommerce-quickpay-admin-orders.php:126
    573573#, php-format
    574574msgid "Payment link could not be created for order #%s. Error: %s"
    575575msgstr ""
    576576
    577 #: classes/modules/woocommerce-quickpay-admin-orders.php:129
     577#: classes/modules/woocommerce-quickpay-admin-orders.php:155
    578578msgid "Create payment link"
    579579msgstr ""
     
    740740#: classes/woocommerce-quickpay-settings.php:110
    741741msgid ""
    742 "If enabled, the fee charged by the acquirer will be calculated and added to "
    743 "the transaction amount."
     742"Fees are charged according to the applicable rules for card fees, contact "
     743"your redeemer for more information."
    744744msgstr ""
    745745
     
    11031103msgstr ""
    11041104
    1105 #: woocommerce-quickpay.php:524
     1105#: woocommerce-quickpay.php:523
    11061106#, php-format
    11071107msgid "No transaction ID for order: %s"
    11081108msgstr ""
    11091109
    1110 #: woocommerce-quickpay.php:534
     1110#: woocommerce-quickpay.php:533
    11111111msgid "A non-captured payment cannot be refunded."
    11121112msgstr ""
    11131113
    1114 #: woocommerce-quickpay.php:537
     1114#: woocommerce-quickpay.php:536
    11151115msgid "Transaction state does not allow refunds."
    11161116msgstr ""
    11171117
    1118 #: woocommerce-quickpay.php:690
     1118#: woocommerce-quickpay.php:689
    11191119#, php-format
    11201120msgid "QuickPay Transaction ID updated from #%d to #%d"
    11211121msgstr ""
    11221122
    1123 #: woocommerce-quickpay.php:747
     1123#: woocommerce-quickpay.php:746
    11241124msgid ""
    11251125"<p><strong>Payment failure</strong> A problem with your payment on order "
     
    11271127msgstr ""
    11281128
    1129 #: woocommerce-quickpay.php:754
     1129#: woocommerce-quickpay.php:753
    11301130msgid "Cancelled during process"
    11311131msgstr ""
    11321132
    1133 #: woocommerce-quickpay.php:756
     1133#: woocommerce-quickpay.php:755
    11341134msgid "Payment cancelled"
    11351135msgstr ""
    11361136
    1137 #: woocommerce-quickpay.php:756
     1137#: woocommerce-quickpay.php:755
    11381138msgid ""
    11391139"Due to cancellation of your payment, the order process was not completed. "
     
    11411141msgstr ""
    11421142
    1143 #: woocommerce-quickpay.php:756
     1143#: woocommerce-quickpay.php:755
    11441144#, php-format
    11451145msgid "<p><strong>%s</strong>: %s</p>"
    11461146msgstr ""
    11471147
    1148 #: woocommerce-quickpay.php:808
     1148#: woocommerce-quickpay.php:807
    11491149msgid "Payment cancelled."
    11501150msgstr ""
    11511151
    1152 #: woocommerce-quickpay.php:816
     1152#: woocommerce-quickpay.php:815
    11531153#, php-format
    11541154msgid "Refunded %s %s"
    11551155msgstr ""
    11561156
    1157 #: woocommerce-quickpay.php:864
     1157#: woocommerce-quickpay.php:862
    11581158#, php-format
    11591159msgid "Invalid callback body for order #%s."
  • woocommerce-quickpay/tags/7.0.3/woocommerce-quickpay.php

    r2932188 r2974637  
    44 * Plugin URI: http://wordpress.org/plugins/woocommerce-quickpay/
    55 * Description: Integrates your QuickPay payment gateway into your WooCommerce installation.
    6  * Version: 7.0.2
     6 * Version: 7.0.3
    77 * Author: Perfect Solution
    88 * Text Domain: woo-quickpay
     
    1111 * Wiki: http://quickpay.perfect-solution.dk/
    1212 * WC requires at least: 7.1.0
    13  * WC tested up to: 7.7.2
     13 * WC tested up to: 8.1
    1414 */
    1515
     
    1818}
    1919
    20 define( 'WCQP_VERSION', '7.0.2' );
     20define( 'WCQP_VERSION', '7.0.3' );
    2121define( 'WCQP_URL', plugins_url( __FILE__ ) );
    2222define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) );
  • woocommerce-quickpay/trunk/README.txt

    r2932188 r2974637  
    33Tags: gateway, woo commerce, quickpay, quick pay, gateway, integration, woocommerce, woocommerce quickpay, payment, payment gateway, psp
    44Requires at least: 4.0.0
    5 Tested up to: 6.2
     5Tested up to: 6.3
    66Stable tag: trunk
    77License: GPLv2
     
    2828
    2929== Changelog ==
     30= 7.0.3 =
     31* Fix: Update autofee helper text.
     32* Fix: Bump tested WP version number to 6.3
     33* Fix: Bump tested WC version number to 8.1
     34
    3035= 7.0.2 =
    3136* Fix: Manually creating a payment link from wp-admin on subscriptions with empty transaction IDs could lead to errors on link generation
  • woocommerce-quickpay/trunk/classes/woocommerce-quickpay-settings.php

    r2924617 r2974637  
    108108                    'type'        => 'checkbox',
    109109                    'label'       => __( 'Enable', 'woo-quickpay' ),
    110                     'description' => __( 'If enabled, the fee charged by the acquirer will be calculated and added to the transaction amount.', 'woo-quickpay' ),
     110                    'description' => __( 'Fees are charged according to the applicable rules for card fees, contact your redeemer for more information.', 'woo-quickpay' ),
    111111                    'default'     => 'no',
    112112                    'desc_tip'    => true,
  • woocommerce-quickpay/trunk/languages/woo-quickpay-da_DK.po

    r2924617 r2974637  
    22msgstr ""
    33"Project-Id-Version: WooCommerce QuickPay\n"
    4 "POT-Creation-Date: 2023-06-08 11:52+0200\n"
    5 "PO-Revision-Date: 2023-06-08 11:54+0200\n"
     4"POT-Creation-Date: 2023-10-04 11:48+0200\n"
     5"PO-Revision-Date: 2023-10-04 11:48+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    13 "X-Generator: Poedit 3.3.1\n"
     13"X-Generator: Poedit 3.4\n"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-WPHeader: woocommerce-quickpay.php\n"
     
    232232msgstr "Betal med iDEAL"
    233233
    234 #: classes/instances/instance.php:58 woocommerce-quickpay.php:899
     234#: classes/instances/instance.php:58 woocommerce-quickpay.php:897
    235235#, php-format
    236236msgid "Allows you to receive payments via %s"
     
    388388
    389389#: classes/instances/mobilepay-subscriptions.php:282
    390 #: woocommerce-quickpay.php:662
     390#: woocommerce-quickpay.php:661
    391391msgid "QuickPay Transaction ID"
    392392msgstr "QuickPay Transaktions-ID"
     
    571571
    572572#: classes/modules/woocommerce-quickpay-admin-orders-meta.php:30
    573 #: woocommerce-quickpay.php:754
     573#: woocommerce-quickpay.php:753
    574574msgid "QuickPay Payment"
    575575msgstr "QuickPay betaling"
     
    583583msgstr "abonnement"
    584584
    585 #: classes/modules/woocommerce-quickpay-admin-orders.php:34
     585#: classes/modules/woocommerce-quickpay-admin-orders.php:37
    586586#, php-format
    587587msgid "Payment link creation skipped for order #%s"
    588588msgstr "Oprettelse af betalingslink blev ikke udført for ordre #%s"
    589589
    590 #: classes/modules/woocommerce-quickpay-admin-orders.php:50
     590#: classes/modules/woocommerce-quickpay-admin-orders.php:53
    591591msgid "A parent order must be mapped to the subscription."
    592592msgstr "En parent ordre skal være tilknyttet abonnementet."
    593593
    594 #: classes/modules/woocommerce-quickpay-admin-orders.php:84
     594#: classes/modules/woocommerce-quickpay-admin-orders.php:105
    595595#, php-format
    596596msgid "Invalid payment link received from API for order #%s"
    597597msgstr "Ugyldig callback body vedr. ordre #%s"
    598598
    599 #: classes/modules/woocommerce-quickpay-admin-orders.php:98
     599#: classes/modules/woocommerce-quickpay-admin-orders.php:120
    600600#, php-format
    601601msgid "Payment link manually created from backend: %s"
    602602msgstr "Et betalingslink blev manuelt oprettet fra backenden: %s"
    603603
    604 #: classes/modules/woocommerce-quickpay-admin-orders.php:104
     604#: classes/modules/woocommerce-quickpay-admin-orders.php:126
    605605#, php-format
    606606msgid "Payment link could not be created for order #%s. Error: %s"
    607607msgstr "Betalingslink kunne ikke oprettes for ordre #%s. Fejl: %s"
    608608
    609 #: classes/modules/woocommerce-quickpay-admin-orders.php:129
     609#: classes/modules/woocommerce-quickpay-admin-orders.php:155
    610610msgid "Create payment link"
    611611msgstr "Opret betalingslink"
     
    788788#: classes/woocommerce-quickpay-settings.php:110
    789789msgid ""
    790 "If enabled, the fee charged by the acquirer will be calculated and added to "
    791 "the transaction amount."
    792 msgstr "Hvis aktiveret vil indløserens transaktionsgebyr blive pålagt kunden."
     790"Fees are charged according to the applicable rules for card fees, contact "
     791"your redeemer for more information."
     792msgstr ""
     793"Gebyrer bliver pålagt efter de gældende regler for kortgebyrer, kontakt evt. "
     794"din indløser for flere oplysninger."
    793795
    794796#: classes/woocommerce-quickpay-settings.php:115
     
    11811183msgstr "Indstillinger"
    11821184
    1183 #: woocommerce-quickpay.php:524
     1185#: woocommerce-quickpay.php:523
    11841186#, php-format
    11851187msgid "No transaction ID for order: %s"
    11861188msgstr "Intet transaktions-id for ordre nr: %s"
    11871189
    1188 #: woocommerce-quickpay.php:534
     1190#: woocommerce-quickpay.php:533
    11891191msgid "A non-captured payment cannot be refunded."
    11901192msgstr "En betaling der ikke er trukket, kan ikke refunderes."
    11911193
    1192 #: woocommerce-quickpay.php:537
     1194#: woocommerce-quickpay.php:536
    11931195msgid "Transaction state does not allow refunds."
    11941196msgstr "Ordrens transaktionsstatus tillader ikke refunderinger."
    11951197
    1196 #: woocommerce-quickpay.php:690
     1198#: woocommerce-quickpay.php:689
    11971199#, php-format
    11981200msgid "QuickPay Transaction ID updated from #%d to #%d"
    11991201msgstr "QuickPay Transaktions-ID blev opdateret fra #%d til #%d"
    12001202
    1201 #: woocommerce-quickpay.php:747
     1203#: woocommerce-quickpay.php:746
    12021204msgid ""
    12031205"<p><strong>Payment failure</strong> A problem with your payment on order "
     
    12081210"p>"
    12091211
    1210 #: woocommerce-quickpay.php:754
     1212#: woocommerce-quickpay.php:753
    12111213msgid "Cancelled during process"
    12121214msgstr "Annulleret under betalingsprocessen"
    12131215
    1214 #: woocommerce-quickpay.php:756
     1216#: woocommerce-quickpay.php:755
    12151217msgid "Payment cancelled"
    12161218msgstr "Betaling annulleret"
    12171219
    1218 #: woocommerce-quickpay.php:756
     1220#: woocommerce-quickpay.php:755
    12191221msgid ""
    12201222"Due to cancellation of your payment, the order process was not completed. "
     
    12241226"betalingsprocessen for at gennemføre din bestilling."
    12251227
    1226 #: woocommerce-quickpay.php:756
     1228#: woocommerce-quickpay.php:755
    12271229#, php-format
    12281230msgid "<p><strong>%s</strong>: %s</p>"
    12291231msgstr "<p><strong>%s</strong>: %s</p>"
    12301232
    1231 #: woocommerce-quickpay.php:808
     1233#: woocommerce-quickpay.php:807
    12321234msgid "Payment cancelled."
    12331235msgstr "Betaling annulleret."
    12341236
    1235 #: woocommerce-quickpay.php:816
     1237#: woocommerce-quickpay.php:815
    12361238#, php-format
    12371239msgid "Refunded %s %s"
    12381240msgstr "Refunderet %s %s"
    12391241
    1240 #: woocommerce-quickpay.php:864
     1242#: woocommerce-quickpay.php:862
    12411243#, php-format
    12421244msgid "Invalid callback body for order #%s."
     
    12591261msgid "http://perfect-solution.dk"
    12601262msgstr "http://perfect-solution.dk"
     1263
     1264#~ msgid ""
     1265#~ "If enabled, the fee charged by the acquirer will be calculated and added "
     1266#~ "to the transaction amount."
     1267#~ msgstr ""
     1268#~ "Hvis aktiveret vil indløserens transaktionsgebyr blive pålagt kunden."
    12611269
    12621270#, fuzzy
  • woocommerce-quickpay/trunk/languages/woo-quickpay.pot

    r2924617 r2974637  
    33msgstr ""
    44"Project-Id-Version: WooCommerce QuickPay\n"
    5 "POT-Creation-Date: 2023-06-08 11:52+0200\n"
     5"POT-Creation-Date: 2023-10-04 11:48+0200\n"
    66"PO-Revision-Date: 2016-06-21 13:16+0200\n"
    77"Last-Translator: \n"
     
    1111"Content-Transfer-Encoding: 8bit\n"
    1212"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    13 "X-Generator: Poedit 3.3.1\n"
     13"X-Generator: Poedit 3.4\n"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-WPHeader: woocommerce-quickpay.php\n"
     
    226226msgstr ""
    227227
    228 #: classes/instances/instance.php:58 woocommerce-quickpay.php:899
     228#: classes/instances/instance.php:58 woocommerce-quickpay.php:897
    229229#, php-format
    230230msgid "Allows you to receive payments via %s"
     
    360360
    361361#: classes/instances/mobilepay-subscriptions.php:282
    362 #: woocommerce-quickpay.php:662
     362#: woocommerce-quickpay.php:661
    363363msgid "QuickPay Transaction ID"
    364364msgstr ""
     
    539539
    540540#: classes/modules/woocommerce-quickpay-admin-orders-meta.php:30
    541 #: woocommerce-quickpay.php:754
     541#: woocommerce-quickpay.php:753
    542542msgid "QuickPay Payment"
    543543msgstr ""
     
    551551msgstr ""
    552552
    553 #: classes/modules/woocommerce-quickpay-admin-orders.php:34
     553#: classes/modules/woocommerce-quickpay-admin-orders.php:37
    554554#, php-format
    555555msgid "Payment link creation skipped for order #%s"
    556556msgstr ""
    557557
    558 #: classes/modules/woocommerce-quickpay-admin-orders.php:50
     558#: classes/modules/woocommerce-quickpay-admin-orders.php:53
    559559msgid "A parent order must be mapped to the subscription."
    560560msgstr ""
    561561
    562 #: classes/modules/woocommerce-quickpay-admin-orders.php:84
     562#: classes/modules/woocommerce-quickpay-admin-orders.php:105
    563563#, php-format
    564564msgid "Invalid payment link received from API for order #%s"
    565565msgstr ""
    566566
    567 #: classes/modules/woocommerce-quickpay-admin-orders.php:98
     567#: classes/modules/woocommerce-quickpay-admin-orders.php:120
    568568#, php-format
    569569msgid "Payment link manually created from backend: %s"
    570570msgstr ""
    571571
    572 #: classes/modules/woocommerce-quickpay-admin-orders.php:104
     572#: classes/modules/woocommerce-quickpay-admin-orders.php:126
    573573#, php-format
    574574msgid "Payment link could not be created for order #%s. Error: %s"
    575575msgstr ""
    576576
    577 #: classes/modules/woocommerce-quickpay-admin-orders.php:129
     577#: classes/modules/woocommerce-quickpay-admin-orders.php:155
    578578msgid "Create payment link"
    579579msgstr ""
     
    740740#: classes/woocommerce-quickpay-settings.php:110
    741741msgid ""
    742 "If enabled, the fee charged by the acquirer will be calculated and added to "
    743 "the transaction amount."
     742"Fees are charged according to the applicable rules for card fees, contact "
     743"your redeemer for more information."
    744744msgstr ""
    745745
     
    11031103msgstr ""
    11041104
    1105 #: woocommerce-quickpay.php:524
     1105#: woocommerce-quickpay.php:523
    11061106#, php-format
    11071107msgid "No transaction ID for order: %s"
    11081108msgstr ""
    11091109
    1110 #: woocommerce-quickpay.php:534
     1110#: woocommerce-quickpay.php:533
    11111111msgid "A non-captured payment cannot be refunded."
    11121112msgstr ""
    11131113
    1114 #: woocommerce-quickpay.php:537
     1114#: woocommerce-quickpay.php:536
    11151115msgid "Transaction state does not allow refunds."
    11161116msgstr ""
    11171117
    1118 #: woocommerce-quickpay.php:690
     1118#: woocommerce-quickpay.php:689
    11191119#, php-format
    11201120msgid "QuickPay Transaction ID updated from #%d to #%d"
    11211121msgstr ""
    11221122
    1123 #: woocommerce-quickpay.php:747
     1123#: woocommerce-quickpay.php:746
    11241124msgid ""
    11251125"<p><strong>Payment failure</strong> A problem with your payment on order "
     
    11271127msgstr ""
    11281128
    1129 #: woocommerce-quickpay.php:754
     1129#: woocommerce-quickpay.php:753
    11301130msgid "Cancelled during process"
    11311131msgstr ""
    11321132
    1133 #: woocommerce-quickpay.php:756
     1133#: woocommerce-quickpay.php:755
    11341134msgid "Payment cancelled"
    11351135msgstr ""
    11361136
    1137 #: woocommerce-quickpay.php:756
     1137#: woocommerce-quickpay.php:755
    11381138msgid ""
    11391139"Due to cancellation of your payment, the order process was not completed. "
     
    11411141msgstr ""
    11421142
    1143 #: woocommerce-quickpay.php:756
     1143#: woocommerce-quickpay.php:755
    11441144#, php-format
    11451145msgid "<p><strong>%s</strong>: %s</p>"
    11461146msgstr ""
    11471147
    1148 #: woocommerce-quickpay.php:808
     1148#: woocommerce-quickpay.php:807
    11491149msgid "Payment cancelled."
    11501150msgstr ""
    11511151
    1152 #: woocommerce-quickpay.php:816
     1152#: woocommerce-quickpay.php:815
    11531153#, php-format
    11541154msgid "Refunded %s %s"
    11551155msgstr ""
    11561156
    1157 #: woocommerce-quickpay.php:864
     1157#: woocommerce-quickpay.php:862
    11581158#, php-format
    11591159msgid "Invalid callback body for order #%s."
  • woocommerce-quickpay/trunk/woocommerce-quickpay.php

    r2932188 r2974637  
    44 * Plugin URI: http://wordpress.org/plugins/woocommerce-quickpay/
    55 * Description: Integrates your QuickPay payment gateway into your WooCommerce installation.
    6  * Version: 7.0.2
     6 * Version: 7.0.3
    77 * Author: Perfect Solution
    88 * Text Domain: woo-quickpay
     
    1111 * Wiki: http://quickpay.perfect-solution.dk/
    1212 * WC requires at least: 7.1.0
    13  * WC tested up to: 7.7.2
     13 * WC tested up to: 8.1
    1414 */
    1515
     
    1818}
    1919
    20 define( 'WCQP_VERSION', '7.0.2' );
     20define( 'WCQP_VERSION', '7.0.3' );
    2121define( 'WCQP_URL', plugins_url( __FILE__ ) );
    2222define( 'WCQP_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.