12-22-2011 05:40 PM - edited 12-22-2011 05:51 PM
Hi,
In my Blackberry NDK folder, I noticed two bps folders. One inside:
\bbndk-1.0\target\target-override\usr\include\bps
and the other inside:
\bbndk-1.0\target\qnx6\usr\include\bps
The first folder has a paymentservice.h which uses functions such as:
paymentservice_event_get_response_code()
and the second folder also has a paymentservice.h, but uses functions such as:
ps_event_get_response_code()
Are they equivalent? If not, which one should I be using and why? I got a sample from github and it uses paymentservice_event_get_response_code().
Thanks in advance.
12-23-2011 09:06 AM
The one in \bbndk-1.0\target\target-override\usr\include\bps is the correct one to use.