Reputation: 1046
I am developing the iOS application and wants to use Paypal. Where to define the merchant details?
Upvotes: 0
Views: 78
Reputation: 2257
Dave from PayPal here.
@Raj_216 your client ID, which you have obtained from the PayPal Developer site, is sufficient to identify your merchant.
Upvotes: 2
Reputation: 809
In ZZMainViewController.m, you can customize the payPalConfig object which contains merchant details.
Upvotes: 0