mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
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
f77bfe2bc7
commit
9c4462d534
1
public/build/assets/app-4e969b65.css
vendored
Normal file
1
public/build/assets/app-4e969b65.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -345,7 +345,7 @@
|
|||||||
"src": "resources/js/setup/setup.js"
|
"src": "resources/js/setup/setup.js"
|
||||||
},
|
},
|
||||||
"resources/sass/app.scss": {
|
"resources/sass/app.scss": {
|
||||||
"file": "assets/app-15411b02.css",
|
"file": "assets/app-4e969b65.css",
|
||||||
"isEntry": true,
|
"isEntry": true,
|
||||||
"src": "resources/sass/app.scss"
|
"src": "resources/sass/app.scss"
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
4
public/vendor/simple-card@0.0.4/simple-card.js
vendored
Normal file
4
public/vendor/simple-card@0.0.4/simple-card.js
vendored
Normal file
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>
|
<script src="https://js.authorize.net/v1/Accept.js" charset="utf-8"></script>
|
||||||
@endif
|
@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')
|
@vite('resources/js/clients/payments/authorize-credit-card-payment.js')
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
@ -63,6 +63,6 @@
|
|||||||
<script src="https://js.authorize.net/v1/Accept.js" charset="utf-8"></script>
|
<script src="https://js.authorize.net/v1/Accept.js" charset="utf-8"></script>
|
||||||
@endif
|
@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')
|
@vite('resources/js/clients/payments/authorize-credit-card-payment.js')
|
||||||
@endassets
|
@endassets
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<meta name="credit-card-invalid" content="{{ ctrans('texts.credit_card_invalid') }}">
|
<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="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'))
|
@if($gateway->company_gateway->getConfigField('testMode'))
|
||||||
<script type="text/javascript" src="https://sandbox.forte.net/api/js/v1"></script>
|
<script type="text/javascript" src="https://sandbox.forte.net/api/js/v1"></script>
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
<script type="text/javascript" src="https://api.forte.net/js/v1"></script>
|
<script type="text/javascript" src="https://api.forte.net/js/v1"></script>
|
||||||
@endif
|
@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')
|
@vite('resources/js/clients/payments/forte-credit-card-payment.js')
|
||||||
@endsection
|
@endsection
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<script type="text/javascript" src="https://api.forte.net/js/v1"></script>
|
<script type="text/javascript" src="https://api.forte.net/js/v1"></script>
|
||||||
@endif
|
@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')
|
@vite('resources/js/clients/payments/forte-credit-card-payment.js')
|
||||||
@endassets
|
@endassets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user