Skip to content

Commit 8f0efaa

Browse files
committed
fix to incorrect payment amount
1 parent df1f07b commit 8f0efaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/javascript/payment_add.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Vue from 'vue/dist/vue.esm';
22
import axios from 'axios';
33

4-
const MIN_PAYMENT_AMOUNT = 21.8;
4+
const MIN_PAYMENT_AMOUNT = 21;
55

66
document.addEventListener('turbo:load', () => {
77
axios.defaults.headers.common['X-CSRF-Token'] = document.querySelector('meta[name="csrf-token"]').getAttribute('content');

0 commit comments

Comments
 (0)