Skip to content

Instantly share code, notes, and snippets.

@janisblaus
Created September 29, 2016 06:52
Show Gist options
  • Save janisblaus/5b7283e00123020fefd84485736bad13 to your computer and use it in GitHub Desktop.
Save janisblaus/5b7283e00123020fefd84485736bad13 to your computer and use it in GitHub Desktop.
var identifier = itor.get_request_identifier();
itor.on_request_identifier_change(changeIdentifier);
function changeIdentifier() {
identifier = itor.get_request_identifier();
}
switch(response){
case 'process-finished':
/ Process finished successfully. /
identifier
jQuery.post(
'/callback/equifax/',
{identifier: identifier , customerId: {{ customer.customer_id }}},
function(data) {
}, 'json'
)
break;
},
// ...................
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment