mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:34:39 -04:00
Added fake card details for test payment
This commit is contained in:
parent
b111adaf17
commit
32ab340b74
@ -299,6 +299,15 @@
|
|||||||
{{ Former::populateField('state', 'NY') }}
|
{{ Former::populateField('state', 'NY') }}
|
||||||
{{ Former::populateField('postal_code', '10118') }}
|
{{ Former::populateField('postal_code', '10118') }}
|
||||||
{{ Former::populateField('country_id', 840) }}
|
{{ Former::populateField('country_id', 840) }}
|
||||||
|
|
||||||
|
<script>
|
||||||
|
$(function() {
|
||||||
|
$('#card_number').val('4242424242424242');
|
||||||
|
$('#cvv').val('1234');
|
||||||
|
$('#expiration_month').val(1);
|
||||||
|
$('#expiration_year').val({{ date_create()->modify('+3 year')->format('Y') }});
|
||||||
|
})
|
||||||
|
</script>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user