05/31 Fix template
This commit is contained in:
@@ -147,7 +147,8 @@ function initTellerConnect(btn) {
|
||||
'Content-Type': 'application/json',
|
||||
'X-CSRFToken': CSRF,
|
||||
},
|
||||
body: JSON.stringify({ enrollment: enrollment }),
|
||||
// Send full Teller payload: { accessToken, user, enrollment }
|
||||
body: JSON.stringify(enrollment),
|
||||
})
|
||||
.then(r => r.json())
|
||||
.then(data => {
|
||||
|
||||
Reference in New Issue
Block a user