New payment flow: Masking with blank space (#94)
* bump simple card to .4 * update authorize * update forte * assets build
This commit is contained in:
parent
b4d1504c9b
commit
babd4580d2
File diff suppressed because one or more lines are too long
|
|
@ -369,6 +369,7 @@
|
|||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
"file": "assets/app-fee1da41.css",
|
||||
=======
|
||||
|
|
@ -398,6 +399,9 @@
|
|||
=======
|
||||
"file": "assets/app-15411b02.css",
|
||||
>>>>>>> f77bfe2bc7 (Fixes for required fields for paytrace)
|
||||
=======
|
||||
"file": "assets/app-4e969b65.css",
|
||||
>>>>>>> 9c4462d534 (New payment flow: Masking with blank space (#94))
|
||||
"isEntry": true,
|
||||
"src": "resources/sass/app.scss"
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -69,7 +69,7 @@
|
|||
<script src="https://js.authorize.net/v1/Accept.js" charset="utf-8"></script>
|
||||
@endif
|
||||
|
||||
<script src="{{ asset('vendor/simple-card@0.0.3/simple-card.js') }}"></script>
|
||||
<script src="{{ asset('vendor/simple-card@0.0.4/simple-card.js') }}"></script>
|
||||
@vite('resources/js/clients/payments/authorize-credit-card-payment.js')
|
||||
@endsection
|
||||
|
||||
|
|
|
|||
|
|
@ -63,6 +63,6 @@
|
|||
<script src="https://js.authorize.net/v1/Accept.js" charset="utf-8"></script>
|
||||
@endif
|
||||
|
||||
<script src="{{ asset('vendor/simple-card@0.0.3/simple-card.js') }}"></script>
|
||||
<script src="{{ asset('vendor/simple-card@0.0.4/simple-card.js') }}"></script>
|
||||
@vite('resources/js/clients/payments/authorize-credit-card-payment.js')
|
||||
@endassets
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="credit-card-invalid" content="{{ ctrans('texts.credit_card_invalid') }}">
|
||||
|
||||
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
|
||||
<script src="{{ asset('vendor/simple-card@0.0.3/simple-card.js') }}"></script>
|
||||
<script src="{{ asset('vendor/simple-card@0.0.4/simple-card.js') }}"></script>
|
||||
|
||||
@if($gateway->company_gateway->getConfigField('testMode'))
|
||||
<script type="text/javascript" src="https://sandbox.forte.net/api/js/v1"></script>
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
<script type="text/javascript" src="https://api.forte.net/js/v1"></script>
|
||||
@endif
|
||||
|
||||
<script src="{{ asset('vendor/simple-card@0.0.3/simple-card.js') }}"></script>
|
||||
<script src="{{ asset('vendor/simple-card@0.0.4/simple-card.js') }}"></script>
|
||||
|
||||
@vite('resources/js/clients/payments/forte-credit-card-payment.js')
|
||||
@endsection
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<script type="text/javascript" src="https://api.forte.net/js/v1"></script>
|
||||
@endif
|
||||
|
||||
<script src="{{ asset('vendor/simple-card@0.0.3/simple-card.js') }}"></script>
|
||||
<script src="{{ asset('vendor/simple-card@0.0.4/simple-card.js') }}"></script>
|
||||
|
||||
@vite('resources/js/clients/payments/forte-credit-card-payment.js')
|
||||
@endassets
|
||||
|
|
|
|||
Loading…
Reference in New Issue