Changeset 2887504
- Timestamp:
- 03/27/2023 10:58:17 AM (3 years ago)
- Location:
- valorpos
- Files:
-
- 12 edited
- 1 copied
-
tags/7.2.0 (copied) (copied from valorpos/trunk)
-
tags/7.2.0/README.txt (modified) (3 diffs)
-
tags/7.2.0/includes/class-wc-valorpay-gateway.php (modified) (2 diffs)
-
tags/7.2.0/languages/wc-valorpay.pot (modified) (3 diffs)
-
tags/7.2.0/public/class-wc-valorpay-public.php (modified) (1 diff)
-
tags/7.2.0/public/css/wc-valorpay-checkout.css (modified) (1 diff)
-
tags/7.2.0/wc-valorpay.php (modified) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/includes/class-wc-valorpay-gateway.php (modified) (2 diffs)
-
trunk/languages/wc-valorpay.pot (modified) (3 diffs)
-
trunk/public/class-wc-valorpay-public.php (modified) (1 diff)
-
trunk/public/css/wc-valorpay-checkout.css (modified) (1 diff)
-
trunk/wc-valorpay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
valorpos/tags/7.2.0/README.txt
r2883367 r2887504 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 7.0 7 Stable tag: 7. 1.07 Stable tag: 7.2.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = 7.2.0 = 44 * Bug Fix remove subcharge fee taxable. 45 42 46 = 7.1.0 = 43 47 * Added checkbox to acknowledgment terms. … … 59 63 == Upgrade Notice == 60 64 61 = 7. 1.0=65 = 7.0.1 = 62 66 63 67 If you have old valorpos plugin installed remove it and install the new plugin. -
valorpos/tags/7.2.0/includes/class-wc-valorpay-gateway.php
r2883367 r2887504 309 309 */ 310 310 public function valorpay_avs_form() { 311 echo "<fieldset>";311 echo '<fieldset>'; 312 312 woocommerce_form_field( 313 313 'valorpay_avs_type', … … 347 347 ); 348 348 } 349 echo "</fieldset>";349 echo '</fieldset>'; 350 350 } 351 351 -
valorpos/tags/7.2.0/languages/wc-valorpay.pot
r2883367 r2887504 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Valor Pay 7.1.0\n" 5 "Project-Id-Version: Valor Pay 7.2.0\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-valorpay\n" 6 7 "Last-Translator: Valor Paytech LLC <sales@valorpaytech.com>\n" 7 "Language-Team: LANGUAGE <LL@li.org>\n"8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "POT-Creation-Date: 2023-03- 14T18:06:27+05:30\n"11 "POT-Creation-Date: 2023-03-27T15:16:11+05:30\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 "X-Generator: WP-CLI 2. 6.0\n"13 "X-Generator: WP-CLI 2.7.1\n" 14 14 "X-Domain: wc-valorpay\n" 15 15 16 16 #. Plugin Name of the plugin 17 #: includes/class-wc-valorpay-gateway.php:37 017 #: includes/class-wc-valorpay-gateway.php:372 18 18 msgid "Valor Pay" 19 19 msgstr "" … … 69 69 70 70 #: admin/partials/wc-valorpay-admin-failure-tracker.php:18 71 #: includes/class-wc-valorpay-gateway.php:4 5871 #: includes/class-wc-valorpay-gateway.php:460 72 72 msgid "Payment Failed Tracker" 73 73 msgstr "" … … 174 174 msgstr "" 175 175 176 #: includes/class-wc-valorpay-gateway.php:325177 176 #: includes/class-wc-valorpay-gateway.php:326 177 #: includes/class-wc-valorpay-gateway.php:327 178 178 msgid "Zip Code" 179 179 msgstr "" 180 180 181 #: includes/class-wc-valorpay-gateway.php:339182 181 #: includes/class-wc-valorpay-gateway.php:340 182 #: includes/class-wc-valorpay-gateway.php:341 183 183 msgid "Street No" 184 184 msgstr "" 185 185 186 #: includes/class-wc-valorpay-gateway.php:36 0186 #: includes/class-wc-valorpay-gateway.php:362 187 187 msgid "Enable/Disable" 188 188 msgstr "" 189 189 190 #: includes/class-wc-valorpay-gateway.php:36 1190 #: includes/class-wc-valorpay-gateway.php:363 191 191 msgid "Enable Valor Pay" 192 192 msgstr "" 193 193 194 #: includes/class-wc-valorpay-gateway.php:36 7194 #: includes/class-wc-valorpay-gateway.php:369 195 195 msgid "Title" 196 196 msgstr "" 197 197 198 #: includes/class-wc-valorpay-gateway.php:3 69198 #: includes/class-wc-valorpay-gateway.php:371 199 199 msgid "This controls the title which the user sees during checkout." 200 200 msgstr "" 201 201 202 #: includes/class-wc-valorpay-gateway.php:37 4202 #: includes/class-wc-valorpay-gateway.php:376 203 203 msgid "Use Sandbox" 204 204 msgstr "" 205 205 206 #: includes/class-wc-valorpay-gateway.php:37 5206 #: includes/class-wc-valorpay-gateway.php:377 207 207 msgid "Enable sandbox mode - live payments will not be taken if enabled." 208 208 msgstr "" 209 209 210 #: includes/class-wc-valorpay-gateway.php:38 1210 #: includes/class-wc-valorpay-gateway.php:383 211 211 msgid "APP ID" 212 212 msgstr "" 213 213 214 #: includes/class-wc-valorpay-gateway.php:38 3214 #: includes/class-wc-valorpay-gateway.php:385 215 215 msgid "Please email support@valorpaytech.com to get to know about your APP ID, ( In demo mode APP ID is not needed )" 216 216 msgstr "" 217 217 218 #: includes/class-wc-valorpay-gateway.php:38 7218 #: includes/class-wc-valorpay-gateway.php:389 219 219 msgid "APP KEY" 220 220 msgstr "" 221 221 222 #: includes/class-wc-valorpay-gateway.php:3 89222 #: includes/class-wc-valorpay-gateway.php:391 223 223 msgid "Please email support@valorpaytech.com to get to know about your APP KEY, ( In demo mode APP KEY is not needed )" 224 224 msgstr "" 225 225 226 #: includes/class-wc-valorpay-gateway.php:39 3226 #: includes/class-wc-valorpay-gateway.php:395 227 227 msgid "EPI" 228 228 msgstr "" 229 229 230 #: includes/class-wc-valorpay-gateway.php:39 5230 #: includes/class-wc-valorpay-gateway.php:397 231 231 msgid "Please email support@valorpaytech.com to get to know about your EPI ID, ( In demo mode EPI ID is not needed )" 232 232 msgstr "" 233 233 234 #: includes/class-wc-valorpay-gateway.php: 399234 #: includes/class-wc-valorpay-gateway.php:401 235 235 msgid "Payment Method" 236 236 msgstr "" 237 237 238 #: includes/class-wc-valorpay-gateway.php:4 09238 #: includes/class-wc-valorpay-gateway.php:411 239 239 msgid "Surcharge Mode" 240 240 msgstr "" 241 241 242 #: includes/class-wc-valorpay-gateway.php:41 0243 #: includes/class-wc-valorpay-gateway.php:41 7242 #: includes/class-wc-valorpay-gateway.php:412 243 #: includes/class-wc-valorpay-gateway.php:419 244 244 msgid "Enable Surcharge Mode" 245 245 msgstr "" 246 246 247 #: includes/class-wc-valorpay-gateway.php:41 2247 #: includes/class-wc-valorpay-gateway.php:414 248 248 msgid "Enable only if you want all transactions to be fall on surcharge mode, Merchant must have got an Surcharge MID inorder to work" 249 249 msgstr "" 250 250 251 #: includes/class-wc-valorpay-gateway.php:41 6251 #: includes/class-wc-valorpay-gateway.php:418 252 252 msgid "Surcharge Type" 253 253 msgstr "" 254 254 255 #: includes/class-wc-valorpay-gateway.php:42 6256 #: includes/class-wc-valorpay-gateway.php:42 7255 #: includes/class-wc-valorpay-gateway.php:428 256 #: includes/class-wc-valorpay-gateway.php:429 257 257 msgid "Surcharge Label" 258 258 msgstr "" 259 259 260 #: includes/class-wc-valorpay-gateway.php:43 2260 #: includes/class-wc-valorpay-gateway.php:434 261 261 msgid "Surcharge %" 262 262 msgstr "" 263 263 264 #: includes/class-wc-valorpay-gateway.php:43 6264 #: includes/class-wc-valorpay-gateway.php:438 265 265 msgid "Percentage will apply only on enabling on surcharge Indicator to true and Surcharge type is set fo Surcharge %" 266 266 msgstr "" 267 267 268 #: includes/class-wc-valorpay-gateway.php:4 39268 #: includes/class-wc-valorpay-gateway.php:441 269 269 msgid "Flat Rate $" 270 270 msgstr "" 271 271 272 #: includes/class-wc-valorpay-gateway.php:44 2272 #: includes/class-wc-valorpay-gateway.php:444 273 273 msgid "Flat rate will apply only on if Enable surcharge mode is true and Surcharge type is set to Flat Rate $" 274 274 msgstr "" 275 275 276 #: includes/class-wc-valorpay-gateway.php:44 5276 #: includes/class-wc-valorpay-gateway.php:447 277 277 msgid "AVS" 278 278 msgstr "" 279 279 280 #: includes/class-wc-valorpay-gateway.php:45 5280 #: includes/class-wc-valorpay-gateway.php:457 281 281 msgid "The address verification service will add a text field to the checkout page based on the above option." 282 282 msgstr "" 283 283 284 #: includes/class-wc-valorpay-gateway.php:4 59284 #: includes/class-wc-valorpay-gateway.php:461 285 285 msgid "Enable Protection" 286 286 msgstr "" 287 287 288 288 #. translators: 1: Tracker URL. 289 #: includes/class-wc-valorpay-gateway.php:46 3289 #: includes/class-wc-valorpay-gateway.php:465 290 290 msgid "Disable the payment method in the checkout page for failed transactions. <a id=\"valorpay-goto-tracker\" href=\"%s\">Unblock IP</a>" 291 291 msgstr "" 292 292 293 #: includes/class-wc-valorpay-gateway.php:4 69293 #: includes/class-wc-valorpay-gateway.php:471 294 294 msgid "Declined Transaction Count" 295 295 msgstr "" 296 296 297 #: includes/class-wc-valorpay-gateway.php:47 0297 #: includes/class-wc-valorpay-gateway.php:472 298 298 msgid "Number of declined transaction count." 299 299 msgstr "" 300 300 301 #: includes/class-wc-valorpay-gateway.php:47 4301 #: includes/class-wc-valorpay-gateway.php:476 302 302 msgid "3" 303 303 msgstr "" 304 304 305 #: includes/class-wc-valorpay-gateway.php:47 5305 #: includes/class-wc-valorpay-gateway.php:477 306 306 msgid "5" 307 307 msgstr "" 308 308 309 #: includes/class-wc-valorpay-gateway.php:47 6309 #: includes/class-wc-valorpay-gateway.php:478 310 310 msgid "6" 311 311 msgstr "" 312 312 313 #: includes/class-wc-valorpay-gateway.php:48 0313 #: includes/class-wc-valorpay-gateway.php:482 314 314 msgid "Block Payment For" 315 315 msgstr "" 316 316 317 #: includes/class-wc-valorpay-gateway.php:48 1317 #: includes/class-wc-valorpay-gateway.php:483 318 318 msgid "Minutes to block payment gateway in checkout." 319 319 msgstr "" 320 320 321 #: includes/class-wc-valorpay-gateway.php:48 5321 #: includes/class-wc-valorpay-gateway.php:487 322 322 msgid "1 min" 323 323 msgstr "" 324 324 325 #: includes/class-wc-valorpay-gateway.php:48 6325 #: includes/class-wc-valorpay-gateway.php:488 326 326 msgid "5 min" 327 327 msgstr "" 328 328 329 #: includes/class-wc-valorpay-gateway.php:48 7329 #: includes/class-wc-valorpay-gateway.php:489 330 330 msgid "10 min" 331 331 msgstr "" 332 332 333 #: includes/class-wc-valorpay-gateway.php:4 88333 #: includes/class-wc-valorpay-gateway.php:490 334 334 msgid "1 hour" 335 335 msgstr "" 336 336 337 #: includes/class-wc-valorpay-gateway.php:4 89337 #: includes/class-wc-valorpay-gateway.php:491 338 338 msgid "3 hour" 339 339 msgstr "" 340 340 341 #: includes/class-wc-valorpay-gateway.php:49 0341 #: includes/class-wc-valorpay-gateway.php:492 342 342 msgid "5 hour" 343 343 msgstr "" 344 344 345 #: includes/class-wc-valorpay-gateway.php:49 1345 #: includes/class-wc-valorpay-gateway.php:493 346 346 msgid "10 hour" 347 347 msgstr "" 348 348 349 #: includes/class-wc-valorpay-gateway.php:49 2349 #: includes/class-wc-valorpay-gateway.php:494 350 350 msgid "1 day" 351 351 msgstr "" 352 352 353 #: includes/class-wc-valorpay-gateway.php:49 6353 #: includes/class-wc-valorpay-gateway.php:498 354 354 msgid "Accepted Cards" 355 355 msgstr "" 356 356 357 #: includes/class-wc-valorpay-gateway.php:50 0357 #: includes/class-wc-valorpay-gateway.php:502 358 358 msgid "Select the card types to accept." 359 359 msgstr "" 360 360 361 361 #. translators: 1: Maximum percentage. 362 #: includes/class-wc-valorpay-gateway.php:52 6362 #: includes/class-wc-valorpay-gateway.php:528 363 363 msgid "Surcharge percentage cannot be more than %s" 364 364 msgstr "" 365 365 366 366 #. translators: 1: Maximum flat rate. 367 #: includes/class-wc-valorpay-gateway.php:53 1367 #: includes/class-wc-valorpay-gateway.php:533 368 368 msgid "Surcharge flat rate cannot be more than %s" 369 369 msgstr "" 370 370 371 #: includes/class-wc-valorpay-gateway.php:57 6371 #: includes/class-wc-valorpay-gateway.php:578 372 372 msgid "Invalid card information." 373 373 msgstr "" 374 374 375 375 #. translators: 1: Error Message, 2: Amount, 3: Line Break, 4: Approval Code, 5: Line Break, 6: RRN Number. 376 #: includes/class-wc-valorpay-gateway.php:59 2376 #: includes/class-wc-valorpay-gateway.php:594 377 377 msgid "Valor Pay %1$s for %2$s.%3$s <strong>Approval Code:</strong> %4$s.%5$s <strong>RRN:</strong> %6$s" 378 378 msgstr "" 379 379 380 380 #. translators: %s: API Error Message. 381 #: includes/class-wc-valorpay-gateway.php:6 28382 #: includes/class-wc-valorpay-gateway.php:63 1381 #: includes/class-wc-valorpay-gateway.php:630 382 #: includes/class-wc-valorpay-gateway.php:633 383 383 msgid "Payment error: %s" 384 384 msgstr "" 385 385 386 #: includes/class-wc-valorpay-gateway.php:63 3386 #: includes/class-wc-valorpay-gateway.php:635 387 387 msgid "Unable to process the transaction using Valor Pay, please try again." 388 388 msgstr "" 389 389 390 390 #. translators: 1: Disable Time, 2: Unblock IP URL, 3: Customer IP. 391 #: includes/class-wc-valorpay-gateway.php:69 2391 #: includes/class-wc-valorpay-gateway.php:694 392 392 msgid "Valor Pay method is disabled for %1$s. <a target=\"_blank\" href=\"%2$s\">To Unblock IP</a> %3$s" 393 393 msgstr "" 394 394 395 #: includes/class-wc-valorpay-gateway.php:75 5395 #: includes/class-wc-valorpay-gateway.php:757 396 396 msgid "Refund failed." 397 397 msgstr "" 398 398 399 399 #. translators: 1: Amount, 2: Line Break, 3: Approval code, 4: Line Break, 5: RRN Code 400 #: includes/class-wc-valorpay-gateway.php:76 7400 #: includes/class-wc-valorpay-gateway.php:769 401 401 msgid "Valor Pay Refund for %1$s.%2$s <strong>Approval Code:</strong> %3$s.%4$s <strong>RRN:</strong> %5$s" 402 402 msgstr "" -
valorpos/tags/7.2.0/public/class-wc-valorpay-public.php
r2883367 r2887504 132 132 } 133 133 if ( $surcharge ) { 134 $woocommerce->cart->add_fee( "{$valorpay->surcharge_label}", $surcharge , true, '');134 $woocommerce->cart->add_fee( "{$valorpay->surcharge_label}", $surcharge ); 135 135 } 136 136 } -
valorpos/tags/7.2.0/public/css/wc-valorpay-checkout.css
r2883367 r2887504 4 4 } 5 5 p#valorpay_terms_field .optional { 6 display: none;6 display: none; 7 7 } -
valorpos/tags/7.2.0/wc-valorpay.php
r2883367 r2887504 16 16 * Plugin URI: https://valorpaytech.com 17 17 * Description: Adds the Valor Payment Gateway to WooCommerce. 18 * Version: 7. 1.018 * Version: 7.2.0 19 19 * Author: Valor Paytech LLC 20 20 * Author URI: https://valorpaytech.com … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define( 'WC_VALORPAY_VERSION', '7. 1.0' );39 define( 'WC_VALORPAY_VERSION', '7.2.0' ); 40 40 // Directory i.e. /home/user/public_html... 41 41 define( 'WC_VALORPAY_DIR', plugin_dir_path( __FILE__ ) ); -
valorpos/trunk/README.txt
r2883367 r2887504 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 7.0 7 Stable tag: 7. 1.07 Stable tag: 7.2.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = 7.2.0 = 44 * Bug Fix remove subcharge fee taxable. 45 42 46 = 7.1.0 = 43 47 * Added checkbox to acknowledgment terms. … … 59 63 == Upgrade Notice == 60 64 61 = 7. 1.0=65 = 7.0.1 = 62 66 63 67 If you have old valorpos plugin installed remove it and install the new plugin. -
valorpos/trunk/includes/class-wc-valorpay-gateway.php
r2883367 r2887504 309 309 */ 310 310 public function valorpay_avs_form() { 311 echo "<fieldset>";311 echo '<fieldset>'; 312 312 woocommerce_form_field( 313 313 'valorpay_avs_type', … … 347 347 ); 348 348 } 349 echo "</fieldset>";349 echo '</fieldset>'; 350 350 } 351 351 -
valorpos/trunk/languages/wc-valorpay.pot
r2883367 r2887504 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Valor Pay 7.1.0\n" 5 "Project-Id-Version: Valor Pay 7.2.0\n" 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-valorpay\n" 6 7 "Last-Translator: Valor Paytech LLC <sales@valorpaytech.com>\n" 7 "Language-Team: LANGUAGE <LL@li.org>\n"8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "POT-Creation-Date: 2023-03- 14T18:06:27+05:30\n"11 "POT-Creation-Date: 2023-03-27T15:16:11+05:30\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 "X-Generator: WP-CLI 2. 6.0\n"13 "X-Generator: WP-CLI 2.7.1\n" 14 14 "X-Domain: wc-valorpay\n" 15 15 16 16 #. Plugin Name of the plugin 17 #: includes/class-wc-valorpay-gateway.php:37 017 #: includes/class-wc-valorpay-gateway.php:372 18 18 msgid "Valor Pay" 19 19 msgstr "" … … 69 69 70 70 #: admin/partials/wc-valorpay-admin-failure-tracker.php:18 71 #: includes/class-wc-valorpay-gateway.php:4 5871 #: includes/class-wc-valorpay-gateway.php:460 72 72 msgid "Payment Failed Tracker" 73 73 msgstr "" … … 174 174 msgstr "" 175 175 176 #: includes/class-wc-valorpay-gateway.php:325177 176 #: includes/class-wc-valorpay-gateway.php:326 177 #: includes/class-wc-valorpay-gateway.php:327 178 178 msgid "Zip Code" 179 179 msgstr "" 180 180 181 #: includes/class-wc-valorpay-gateway.php:339182 181 #: includes/class-wc-valorpay-gateway.php:340 182 #: includes/class-wc-valorpay-gateway.php:341 183 183 msgid "Street No" 184 184 msgstr "" 185 185 186 #: includes/class-wc-valorpay-gateway.php:36 0186 #: includes/class-wc-valorpay-gateway.php:362 187 187 msgid "Enable/Disable" 188 188 msgstr "" 189 189 190 #: includes/class-wc-valorpay-gateway.php:36 1190 #: includes/class-wc-valorpay-gateway.php:363 191 191 msgid "Enable Valor Pay" 192 192 msgstr "" 193 193 194 #: includes/class-wc-valorpay-gateway.php:36 7194 #: includes/class-wc-valorpay-gateway.php:369 195 195 msgid "Title" 196 196 msgstr "" 197 197 198 #: includes/class-wc-valorpay-gateway.php:3 69198 #: includes/class-wc-valorpay-gateway.php:371 199 199 msgid "This controls the title which the user sees during checkout." 200 200 msgstr "" 201 201 202 #: includes/class-wc-valorpay-gateway.php:37 4202 #: includes/class-wc-valorpay-gateway.php:376 203 203 msgid "Use Sandbox" 204 204 msgstr "" 205 205 206 #: includes/class-wc-valorpay-gateway.php:37 5206 #: includes/class-wc-valorpay-gateway.php:377 207 207 msgid "Enable sandbox mode - live payments will not be taken if enabled." 208 208 msgstr "" 209 209 210 #: includes/class-wc-valorpay-gateway.php:38 1210 #: includes/class-wc-valorpay-gateway.php:383 211 211 msgid "APP ID" 212 212 msgstr "" 213 213 214 #: includes/class-wc-valorpay-gateway.php:38 3214 #: includes/class-wc-valorpay-gateway.php:385 215 215 msgid "Please email support@valorpaytech.com to get to know about your APP ID, ( In demo mode APP ID is not needed )" 216 216 msgstr "" 217 217 218 #: includes/class-wc-valorpay-gateway.php:38 7218 #: includes/class-wc-valorpay-gateway.php:389 219 219 msgid "APP KEY" 220 220 msgstr "" 221 221 222 #: includes/class-wc-valorpay-gateway.php:3 89222 #: includes/class-wc-valorpay-gateway.php:391 223 223 msgid "Please email support@valorpaytech.com to get to know about your APP KEY, ( In demo mode APP KEY is not needed )" 224 224 msgstr "" 225 225 226 #: includes/class-wc-valorpay-gateway.php:39 3226 #: includes/class-wc-valorpay-gateway.php:395 227 227 msgid "EPI" 228 228 msgstr "" 229 229 230 #: includes/class-wc-valorpay-gateway.php:39 5230 #: includes/class-wc-valorpay-gateway.php:397 231 231 msgid "Please email support@valorpaytech.com to get to know about your EPI ID, ( In demo mode EPI ID is not needed )" 232 232 msgstr "" 233 233 234 #: includes/class-wc-valorpay-gateway.php: 399234 #: includes/class-wc-valorpay-gateway.php:401 235 235 msgid "Payment Method" 236 236 msgstr "" 237 237 238 #: includes/class-wc-valorpay-gateway.php:4 09238 #: includes/class-wc-valorpay-gateway.php:411 239 239 msgid "Surcharge Mode" 240 240 msgstr "" 241 241 242 #: includes/class-wc-valorpay-gateway.php:41 0243 #: includes/class-wc-valorpay-gateway.php:41 7242 #: includes/class-wc-valorpay-gateway.php:412 243 #: includes/class-wc-valorpay-gateway.php:419 244 244 msgid "Enable Surcharge Mode" 245 245 msgstr "" 246 246 247 #: includes/class-wc-valorpay-gateway.php:41 2247 #: includes/class-wc-valorpay-gateway.php:414 248 248 msgid "Enable only if you want all transactions to be fall on surcharge mode, Merchant must have got an Surcharge MID inorder to work" 249 249 msgstr "" 250 250 251 #: includes/class-wc-valorpay-gateway.php:41 6251 #: includes/class-wc-valorpay-gateway.php:418 252 252 msgid "Surcharge Type" 253 253 msgstr "" 254 254 255 #: includes/class-wc-valorpay-gateway.php:42 6256 #: includes/class-wc-valorpay-gateway.php:42 7255 #: includes/class-wc-valorpay-gateway.php:428 256 #: includes/class-wc-valorpay-gateway.php:429 257 257 msgid "Surcharge Label" 258 258 msgstr "" 259 259 260 #: includes/class-wc-valorpay-gateway.php:43 2260 #: includes/class-wc-valorpay-gateway.php:434 261 261 msgid "Surcharge %" 262 262 msgstr "" 263 263 264 #: includes/class-wc-valorpay-gateway.php:43 6264 #: includes/class-wc-valorpay-gateway.php:438 265 265 msgid "Percentage will apply only on enabling on surcharge Indicator to true and Surcharge type is set fo Surcharge %" 266 266 msgstr "" 267 267 268 #: includes/class-wc-valorpay-gateway.php:4 39268 #: includes/class-wc-valorpay-gateway.php:441 269 269 msgid "Flat Rate $" 270 270 msgstr "" 271 271 272 #: includes/class-wc-valorpay-gateway.php:44 2272 #: includes/class-wc-valorpay-gateway.php:444 273 273 msgid "Flat rate will apply only on if Enable surcharge mode is true and Surcharge type is set to Flat Rate $" 274 274 msgstr "" 275 275 276 #: includes/class-wc-valorpay-gateway.php:44 5276 #: includes/class-wc-valorpay-gateway.php:447 277 277 msgid "AVS" 278 278 msgstr "" 279 279 280 #: includes/class-wc-valorpay-gateway.php:45 5280 #: includes/class-wc-valorpay-gateway.php:457 281 281 msgid "The address verification service will add a text field to the checkout page based on the above option." 282 282 msgstr "" 283 283 284 #: includes/class-wc-valorpay-gateway.php:4 59284 #: includes/class-wc-valorpay-gateway.php:461 285 285 msgid "Enable Protection" 286 286 msgstr "" 287 287 288 288 #. translators: 1: Tracker URL. 289 #: includes/class-wc-valorpay-gateway.php:46 3289 #: includes/class-wc-valorpay-gateway.php:465 290 290 msgid "Disable the payment method in the checkout page for failed transactions. <a id=\"valorpay-goto-tracker\" href=\"%s\">Unblock IP</a>" 291 291 msgstr "" 292 292 293 #: includes/class-wc-valorpay-gateway.php:4 69293 #: includes/class-wc-valorpay-gateway.php:471 294 294 msgid "Declined Transaction Count" 295 295 msgstr "" 296 296 297 #: includes/class-wc-valorpay-gateway.php:47 0297 #: includes/class-wc-valorpay-gateway.php:472 298 298 msgid "Number of declined transaction count." 299 299 msgstr "" 300 300 301 #: includes/class-wc-valorpay-gateway.php:47 4301 #: includes/class-wc-valorpay-gateway.php:476 302 302 msgid "3" 303 303 msgstr "" 304 304 305 #: includes/class-wc-valorpay-gateway.php:47 5305 #: includes/class-wc-valorpay-gateway.php:477 306 306 msgid "5" 307 307 msgstr "" 308 308 309 #: includes/class-wc-valorpay-gateway.php:47 6309 #: includes/class-wc-valorpay-gateway.php:478 310 310 msgid "6" 311 311 msgstr "" 312 312 313 #: includes/class-wc-valorpay-gateway.php:48 0313 #: includes/class-wc-valorpay-gateway.php:482 314 314 msgid "Block Payment For" 315 315 msgstr "" 316 316 317 #: includes/class-wc-valorpay-gateway.php:48 1317 #: includes/class-wc-valorpay-gateway.php:483 318 318 msgid "Minutes to block payment gateway in checkout." 319 319 msgstr "" 320 320 321 #: includes/class-wc-valorpay-gateway.php:48 5321 #: includes/class-wc-valorpay-gateway.php:487 322 322 msgid "1 min" 323 323 msgstr "" 324 324 325 #: includes/class-wc-valorpay-gateway.php:48 6325 #: includes/class-wc-valorpay-gateway.php:488 326 326 msgid "5 min" 327 327 msgstr "" 328 328 329 #: includes/class-wc-valorpay-gateway.php:48 7329 #: includes/class-wc-valorpay-gateway.php:489 330 330 msgid "10 min" 331 331 msgstr "" 332 332 333 #: includes/class-wc-valorpay-gateway.php:4 88333 #: includes/class-wc-valorpay-gateway.php:490 334 334 msgid "1 hour" 335 335 msgstr "" 336 336 337 #: includes/class-wc-valorpay-gateway.php:4 89337 #: includes/class-wc-valorpay-gateway.php:491 338 338 msgid "3 hour" 339 339 msgstr "" 340 340 341 #: includes/class-wc-valorpay-gateway.php:49 0341 #: includes/class-wc-valorpay-gateway.php:492 342 342 msgid "5 hour" 343 343 msgstr "" 344 344 345 #: includes/class-wc-valorpay-gateway.php:49 1345 #: includes/class-wc-valorpay-gateway.php:493 346 346 msgid "10 hour" 347 347 msgstr "" 348 348 349 #: includes/class-wc-valorpay-gateway.php:49 2349 #: includes/class-wc-valorpay-gateway.php:494 350 350 msgid "1 day" 351 351 msgstr "" 352 352 353 #: includes/class-wc-valorpay-gateway.php:49 6353 #: includes/class-wc-valorpay-gateway.php:498 354 354 msgid "Accepted Cards" 355 355 msgstr "" 356 356 357 #: includes/class-wc-valorpay-gateway.php:50 0357 #: includes/class-wc-valorpay-gateway.php:502 358 358 msgid "Select the card types to accept." 359 359 msgstr "" 360 360 361 361 #. translators: 1: Maximum percentage. 362 #: includes/class-wc-valorpay-gateway.php:52 6362 #: includes/class-wc-valorpay-gateway.php:528 363 363 msgid "Surcharge percentage cannot be more than %s" 364 364 msgstr "" 365 365 366 366 #. translators: 1: Maximum flat rate. 367 #: includes/class-wc-valorpay-gateway.php:53 1367 #: includes/class-wc-valorpay-gateway.php:533 368 368 msgid "Surcharge flat rate cannot be more than %s" 369 369 msgstr "" 370 370 371 #: includes/class-wc-valorpay-gateway.php:57 6371 #: includes/class-wc-valorpay-gateway.php:578 372 372 msgid "Invalid card information." 373 373 msgstr "" 374 374 375 375 #. translators: 1: Error Message, 2: Amount, 3: Line Break, 4: Approval Code, 5: Line Break, 6: RRN Number. 376 #: includes/class-wc-valorpay-gateway.php:59 2376 #: includes/class-wc-valorpay-gateway.php:594 377 377 msgid "Valor Pay %1$s for %2$s.%3$s <strong>Approval Code:</strong> %4$s.%5$s <strong>RRN:</strong> %6$s" 378 378 msgstr "" 379 379 380 380 #. translators: %s: API Error Message. 381 #: includes/class-wc-valorpay-gateway.php:6 28382 #: includes/class-wc-valorpay-gateway.php:63 1381 #: includes/class-wc-valorpay-gateway.php:630 382 #: includes/class-wc-valorpay-gateway.php:633 383 383 msgid "Payment error: %s" 384 384 msgstr "" 385 385 386 #: includes/class-wc-valorpay-gateway.php:63 3386 #: includes/class-wc-valorpay-gateway.php:635 387 387 msgid "Unable to process the transaction using Valor Pay, please try again." 388 388 msgstr "" 389 389 390 390 #. translators: 1: Disable Time, 2: Unblock IP URL, 3: Customer IP. 391 #: includes/class-wc-valorpay-gateway.php:69 2391 #: includes/class-wc-valorpay-gateway.php:694 392 392 msgid "Valor Pay method is disabled for %1$s. <a target=\"_blank\" href=\"%2$s\">To Unblock IP</a> %3$s" 393 393 msgstr "" 394 394 395 #: includes/class-wc-valorpay-gateway.php:75 5395 #: includes/class-wc-valorpay-gateway.php:757 396 396 msgid "Refund failed." 397 397 msgstr "" 398 398 399 399 #. translators: 1: Amount, 2: Line Break, 3: Approval code, 4: Line Break, 5: RRN Code 400 #: includes/class-wc-valorpay-gateway.php:76 7400 #: includes/class-wc-valorpay-gateway.php:769 401 401 msgid "Valor Pay Refund for %1$s.%2$s <strong>Approval Code:</strong> %3$s.%4$s <strong>RRN:</strong> %5$s" 402 402 msgstr "" -
valorpos/trunk/public/class-wc-valorpay-public.php
r2883367 r2887504 132 132 } 133 133 if ( $surcharge ) { 134 $woocommerce->cart->add_fee( "{$valorpay->surcharge_label}", $surcharge , true, '');134 $woocommerce->cart->add_fee( "{$valorpay->surcharge_label}", $surcharge ); 135 135 } 136 136 } -
valorpos/trunk/public/css/wc-valorpay-checkout.css
r2883367 r2887504 4 4 } 5 5 p#valorpay_terms_field .optional { 6 display: none;6 display: none; 7 7 } -
valorpos/trunk/wc-valorpay.php
r2883367 r2887504 16 16 * Plugin URI: https://valorpaytech.com 17 17 * Description: Adds the Valor Payment Gateway to WooCommerce. 18 * Version: 7. 1.018 * Version: 7.2.0 19 19 * Author: Valor Paytech LLC 20 20 * Author URI: https://valorpaytech.com … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define( 'WC_VALORPAY_VERSION', '7. 1.0' );39 define( 'WC_VALORPAY_VERSION', '7.2.0' ); 40 40 // Directory i.e. /home/user/public_html... 41 41 define( 'WC_VALORPAY_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.