Skip to content

Commit 059fb81

Browse files
committed
GH-1397 Updated spacing.
1 parent 177321c commit 059fb81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

laterpay/asset_sources/js/laterpay-backend-pricing.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,8 @@
692692
validateVoucherCode = function( voucherInput, $wrapper, type ) {
693693
var voucherCode = voucherInput.val();
694694

695-
// Allows less than 6 Characters #1397
696-
if (voucherCode.length <= 6) {
695+
// Allows less than 6 Characters #1397
696+
if (voucherCode.length <= 6) {
697697
var globalVouchers = $o.globalVouchers.data.vouchers;
698698
if ( typeof $o.globalVouchers.data.vouchers === 'string' ) {
699699
globalVouchers = JSON.parse($o.globalVouchers.data.vouchers);

0 commit comments

Comments
 (0)