cordova - Cannot send multiple product items to paypal plugin using phonegap -


am trying integrate paypal plugin phonegap in ios plugin can send 1 product paypal (standard paypal checkout). cannot send multiple product items paypal plugin.

can suggest me how send multiple products/items using plugin or alternative way achieve using phonegap.

at moment not seem possible out of box, send multiple items paypal newer ios plugin either: https://github.com/paypal/paypal-ios-sdk-phonegap.

i have come across answer may helpful in showing it indeed possible send multiple items new paypal rest api, using correct json object format listed in answer: https://stackoverflow.com/a/15893583/2728686

the mentioned plugins need adapted ('hacked' or 'customized') cater sending multiple items new rest api, under transactions[0]['item_list'], showcased in answer linked above.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -