Changeset 2777074
- Timestamp:
- 08/29/2022 09:54:00 AM (4 years ago)
- Location:
- sprinque/trunk
- Files:
-
- 8 edited
-
assets/js/frontend.js (modified) (1 diff)
-
languages/sprinque-de_DE.po (modified) (3 diffs)
-
languages/sprinque-en_US.po (modified) (5 diffs)
-
languages/sprinque-nl_NL.po (modified) (4 diffs)
-
languages/sprinque.po (modified) (2 diffs)
-
languages/sprinque.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sprinque.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sprinque/trunk/assets/js/frontend.js
r2774385 r2777074 505 505 success: function (response) { 506 506 if(response.status === 'true') { 507 $('.search_already_added_company').hide(); 508 $('.verify_your_email').show(); 509 $('#email-otp-send').html(email); 510 buyer_email = email; 511 merchant_buyer_id = response.result.merchant_buyer_id; 512 sprinque_send_otp_verification(); 507 if(response.otp_validated === 'false') { 508 $('.search_already_added_company').hide(); 509 $('.verify_your_email').show(); 510 $('#email-otp-send').html(email); 511 buyer_email = email; 512 merchant_buyer_id = response.result.merchant_buyer_id; 513 sprinque_send_otp_verification(); 514 } else { 515 showTab('.verifying_your_account'); 516 autorize_company_payment(); 517 } 513 518 } else { 514 519 $('.error-confirm-order').show().html(response.message); -
sprinque/trunk/languages/sprinque-de_DE.po
r2774385 r2777074 115 115 #: include/payment_method.php:515 116 116 msgid "" 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " 118 "URLs" 119 msgstr "" 120 "Finden Sie es in Ihrem Profil im Srinque. Übersicht > Mein Konto > API-" 121 "Schlüssel und URLs" 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and URLs" 118 msgstr "" 119 "Du findest ihn in deinem Profil bei Sprinque. Übersicht > Mein Konto > API-Schlüssel und URLs" 122 120 123 121 #: templates/frontend/srinque_pay_modal_form.php:82 … … 251 249 "a decision is made. <br>We will notify you by email once the review is " 252 250 "complete." 253 msgstr "" 254 "Die Genehmigung kann bis zu 24 Stunden dauern. Ihre Bestellung wird erst " 255 "bestätigt, wenn eine Entscheidung getroffen wurde. <br>Wir werden Sie per E-" 256 "Mail benachrichtigen, sobald die Überprüfung abgeschlossen ist." 251 msgstr "Die Genehmigung kann bis zu 24 Stunden dauern. Deine Bestellung ist erst bestätigt, wenn eine Entscheidung getroffen wurde. Wir werden dich per E-Mail benachrichtigen, sobald die Prüfung abgeschlossen ist." 257 252 258 253 #: templates/frontend/srinque_pay_modal_form.php:64 … … 300 295 msgid "You have been approved for a payment term of" 301 296 msgstr "Sie genehmigt wurden, und für die eine Zahlung Begriff" 297 298 #: include/payment_method.php:495 299 msgid "Instructions" 300 msgstr "Anweisungen" 301 302 #: include/payment_method.php:497 303 msgid "Instructions that will be added to the thank you page and emails." 304 msgstr "Anweisungen, die auf der "Danke"-Seite und in den E-Mails hinzugefügt werden." 305 306 #: include/payment_method.php:490 307 msgid "Payment method description that the customer will see on your checkout." 308 msgstr "Beschreibung der Zahlungsmethode, die der Kunde an der Kasse sehen wird." 309 310 #: include/payment_method.php:483 311 msgid This controls the title for the payment method the customer sees during checkout." 312 msgstr "Dies steuert den Titel für die Zahlungsmethode, die der Kunde beim Checkout sieht." 313 314 #: include/payment_method.php:481 315 msgid "Title" 316 msgstr "Titel" -
sprinque/trunk/languages/sprinque-en_US.po
r2774385 r2777074 26 26 #: templates/frontend/srinque_pay_modal_form.php:42 27 27 msgid "Apartment, suite, etc (optional)" 28 msgstr " "28 msgstr "Apartment, suite, etc. (optional)" 29 29 30 30 #: include/payment_method.php:513 … … 115 115 #: include/payment_method.php:515 116 116 msgid "" 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " 118 "URLs" 119 msgstr "" 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and URLs" 118 msgstr "You can find your API token in the Sprinque portal Settings > API keys and urls page" 120 119 121 120 #: templates/frontend/srinque_pay_modal_form.php:82 … … 150 149 #: templates/frontend/srinque_pay_modal_form.php:32 151 150 msgid "Not all required fields is filled" 152 msgstr " "151 msgstr "Not all required fields are filled" 153 152 154 153 #: templates/frontend/srinque_pay_modal_form.php:115 … … 243 242 "a decision is made. <br>We will notify you by email once the review is " 244 243 "complete." 245 msgstr " "244 msgstr "This may take up to 24 hours for approval. Your Order is not confirmed until a decision is made. <br>We will notify you by email once the review is complete." 246 245 247 246 #: templates/frontend/srinque_pay_modal_form.php:64 … … 283 282 msgid "You have been approved for a payment term of" 284 283 msgstr "" 284 285 #: include/payment_method.php:495 286 msgid "Instructions" 287 msgstr "" 288 289 #: include/payment_method.php:497 290 msgid "Instructions that will be added to the thank you page and emails." 291 msgstr "Instructions that will be added to the “Thank You” page and emails." 292 293 #: include/payment_method.php:490 294 msgid "Payment method description that the customer will see on your checkout." 295 msgstr "" 296 297 #: include/payment_method.php:483 298 msgid This controls the title for the payment method the customer sees during checkout." 299 msgstr "This controls the title for the payment method the customer sees during checkout." 300 301 #: include/payment_method.php:481 302 msgid "Title" 303 msgstr "Title" -
sprinque/trunk/languages/sprinque-nl_NL.po
r2774385 r2777074 26 26 #: templates/frontend/srinque_pay_modal_form.php:42 27 27 msgid "Apartment, suite, etc (optional)" 28 msgstr "Appartement, toevoeging, etc (optioneel)"28 msgstr "Appartement, toevoeging, etc. (optioneel)" 29 29 30 30 #: include/payment_method.php:513 … … 115 115 #: include/payment_method.php:515 116 116 msgid "" 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " 118 "URLs" 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and URLs" 119 118 msgstr "" 120 "Vind het in je profiel onder Sprinque. Overzicht > mijn account > API " 121 "sleutel en URLs" 119 "Vind het in je profiel onder Sprinque. Overzicht > mijn account > API sleutel en URLs" 122 120 123 121 #: templates/frontend/srinque_pay_modal_form.php:82 … … 248 246 "a decision is made. <br>We will notify you by email once the review is " 249 247 "complete." 250 msgstr "" 251 "Dit kan 24 uur duren. Je besetelling is nog niet bevestigd tot de beslissing " 252 "is gemaakt. <br> We sturen je een bericht zodra de beoordeling voltooid is." 248 msgstr "Dit kan 24 uur duren. Je besetelling is nog niet bevestigd tot de beslissing is gemaakt. <br> We sturen je een bericht zodra de beoordeling voltooid is." 253 249 254 250 #: templates/frontend/srinque_pay_modal_form.php:64 … … 292 288 msgid "You have been approved for a payment term of" 293 289 msgstr "Je bent goedgekeurd voor een betalingstermijn van" 290 291 #: include/payment_method.php:495 292 msgid "Instructions" 293 msgstr "Instructies" 294 295 #: include/payment_method.php:497 296 msgid "Instructions that will be added to the thank you page and emails." 297 msgstr "Instructies die worden toegevoegd aan de bedankt pagina en e-mails." 298 299 #: include/payment_method.php:490 300 msgid "Payment method description that the customer will see on your checkout." 301 msgstr "Beschrijving van de betaalmethode die de klant ziet in de checkout." 302 303 #: include/payment_method.php:483 304 msgid This controls the title for the payment method the customer sees during checkout." 305 msgstr "Hiermee regel je de beschrijving van de betaalmethode die de klant ziet in de checkout." 306 307 #: include/payment_method.php:481 308 msgid "Title" 309 msgstr "Titel" -
sprinque/trunk/languages/sprinque.po
r2771284 r2777074 66 66 #: include/payment_method.php:483 67 67 msgid "" 68 "This controls the title for the payment method the customer sees during " 69 "checkout." 68 "This controls the title for the payment method the customer sees during checkout." 70 69 msgstr "" 71 70 … … 92 91 #: include/payment_method.php:512 93 92 msgid "" 94 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " 95 "URLs" 93 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and URLs" 96 94 msgstr "" 97 95 -
sprinque/trunk/languages/sprinque.pot
r2774385 r2777074 116 116 #: include/payment_method.php:515 117 117 msgid "" 118 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " 119 "URLs" 118 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and URLs" 120 119 msgstr "" 121 120 -
sprinque/trunk/readme.txt
r2774385 r2777074 6 6 Tested up to: 6.0 7 7 Requires PHP: 5.3 8 Stable tag: 1.0. 58 Stable tag: 1.0.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 30 30 == Changelog == 31 31 32 = 1.0.6 - August 26, 2022 = 33 * Fixed issues when a webhook trigger multiple awaiting orders 34 * Fixed issue when validating email modal appear redundantly 35 * Improved translations 36 32 37 = 1.0.5 - August 23, 2022 = 33 38 * Improved translations -
sprinque/trunk/sprinque.php
r2774385 r2777074 5 5 Description: Sprinque for WordPress is a plugin that allows you to offer your business buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion and retention. 6 6 Author: Sprinque 7 Version: 1.0. 57 Version: 1.0.6 8 8 Text Domain: sprinque 9 9 Domain Path: /languages … … 317 317 'order' => 'DESC', 318 318 'status' => [ 'awaiting-review' ], 319 'meta_query' => array( 320 array( 321 'key' => 'review_order', 322 'value' => $webhook['buyer_id'], 323 'compare' => '=', 324 ), 325 ), 319 'meta_key' => 'review_order', 320 'meta_value' => $webhook['buyer_id'], 321 'meta_compare' => '=' 326 322 ) ); 327 323 … … 429 425 public function include_scripts_and_styles() { 430 426 // Register styles 431 wp_enqueue_style( 'wpm_srinque_pay', PLUGIN_SRINQUE_PATH . '/assets/css/frontend.css', false, '1.0.8 2', 'all' );427 wp_enqueue_style( 'wpm_srinque_pay', PLUGIN_SRINQUE_PATH . '/assets/css/frontend.css', false, '1.0.84', 'all' ); 432 428 433 429 // Register scripts 434 wp_enqueue_script( 'wpm_srinque_pay', PLUGIN_SRINQUE_PATH . '/assets/js/frontend.js', array( 'jquery' ), '1.0.8 2', 'all' );430 wp_enqueue_script( 'wpm_srinque_pay', PLUGIN_SRINQUE_PATH . '/assets/js/frontend.js', array( 'jquery' ), '1.0.84', 'all' ); 435 431 wp_localize_script( 'wpm_srinque_pay', 'admin', array( 436 432 'ajaxurl' => admin_url( 'admin-ajax.php' ),
Note: See TracChangeset
for help on using the changeset viewer.