Paypal Integration swift iOS -
hi i'm new using paypal, i've started using paypal sdk can't find way of turning code below swift app delegate can pick can inform me of how may able change code below , change swift file can pick [paypalmobile initializewithclientidsforenvironments:@{paypalenvironmentproduction : @"your_client_id_for_production",paypalenvironmentsandbox : @"your_client_id_for_sandbox"}];
try one:
paypalmobile.initializewithclientidsforenvironments([paypalenvironmentproduction: "your_client_id_for_production", paypalenvironmentsandbox: "your_client_id_for_sandbox"])
Comments
Post a Comment