Skip to content

Fixed getTokenWithCardNumber method not resuming the created NSURLSessionDataRequest#36

Open
HernanPaez wants to merge 1 commit intohps:masterfrom
HernanPaez:master
Open

Fixed getTokenWithCardNumber method not resuming the created NSURLSessionDataRequest#36
HernanPaez wants to merge 1 commit intohps:masterfrom
HernanPaez:master

Conversation

@HernanPaez
Copy link

I discovered that the card tokenization service was not working.

Under further investigation I found that the getTokenWithCardDictionary method wasn't sending the request to the remote server because it was missing the resume method call on the NSURLSessionDataTask.

This caused the library to don't make the request to Heartland's servers and therefore the app never had a response from the tokenization service.

I added the resume call and the service is working as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant