paytabscom / paytabs-ios-library-sample

This repository contains latest static framework (.framework), resources bundle (.bundle), sample apps for both Objective-C and Swift, and documentation to get SDK integrated in the Xcode projects.
MIT License
12 stars 11 forks source link

'title' post variable not found #11

Closed aparandiy closed 4 years ago

aparandiy commented 4 years ago

when i tap "PAY NOW" button library returns me an error "'title' post variable not found" without any error code and description, all details are hidden by the library, i use the last iOS version ios_sdk-v4.0.4-ocr Simulator Screen Shot - iPhone 8 - 2020-01-24 at 20 36 06

paytabscom commented 4 years ago

Hi @aparandiy , please make sure you are passing the following andWithCustomerTitle: "PayTabs Sample App"

aparandiy commented 4 years ago

yes, 100% i am passing it, because all init fields are required, so if i can see your payments screen - it means the PTFWInitialSetupViewController was created successfully, i even can't to create a PTFWInitialSetupViewController if i ignore some of init field, all fields are required, i even tried your test projects in swift and objective-c(from current repo) with our andWithMerchantEmail, andWithMerchantSecretKey, but even there i faced the same issue, i checked all available versions and everyone returns me an error when i tap "PAY NOW" button

aparandiy commented 4 years ago

Знімок екрана  о 19 21 56

paytabscom commented 4 years ago

Can you please provide us with the merchant ID you are using?

paytabscom commented 4 years ago

Dear @aparandiy, we have investigated the issue and it was due to some missing configuration for your merchant id, the issue is now resolved, kindly try again and let us know if everything is working fine.

aparandiy commented 4 years ago

thanks for the efforts, now it works