We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Response Data for VISA card returns nil from the Transaction successful function below:
func tranasctionSuccessful(flwRef: String?, responseData: [String : Any]?){ print(responseData?.description ?? "Nothing here") }
"Nothing here" gets printed whenever I use a test VISA card with the following details
Card number: 4187 4274 1556 4246 cvv: 828 Expiry: 09/32 Pin: 3310 OTP: 12345
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Response Data for VISA card returns nil from the Transaction successful function below:
func tranasctionSuccessful(flwRef: String?, responseData: [String : Any]?){
print(responseData?.description ?? "Nothing here")
}
"Nothing here" gets printed whenever I use a test VISA card with the following details
Card number: 4187 4274 1556 4246
cvv: 828
Expiry: 09/32
Pin: 3310
OTP: 12345
The text was updated successfully, but these errors were encountered: