I'm referencing the demo against the library I have and there seem to be some differences. I just want to make sure I'm not working with something deprecated or outdated.
The header file for each in PayPal.h says:
//
// PayPal.h
//
// MPL Library - Developer Interface
//
// Created by Paypal 2010
// Modified by:
// DiZoglio, James(jdizoglio) on 5/10/11.
//
// Copyright 2011 Paypal. All rights reserved.
//
//
In particular, I'm noticing that the library has:
+(PayPal*)getInstance;
while the demo has:
+(PayPal*)getPayPalInst;
I guess this question is mainly for PayPal, and in particular James DiZoglio, but I appreciate any help anyone who has integrated this with their iOS app can offer. Thanks.