Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Android - Doesn't return any payment value #4

Closed
fravezzimattia opened this issue Jun 1, 2016 · 4 comments
Closed

Android - Doesn't return any payment value #4

fravezzimattia opened this issue Jun 1, 2016 · 4 comments
Labels

Comments

@fravezzimattia
Copy link

try
{
   var result = await CrossPayPalManager.Current.Buy(new PayPalItem("Carrello Numero " + CarrelloCheckout.id, TotaleCarrello, "EUR"), OrdineCheckout.total_shipping);
  /*MY CODE*/
} catch (Exception e)
{
   Debug.WriteLine(e.Message);
}

On Android the payment was send to paypal correctly, but "CrossPayPalManager" Method doesn't return any result!

Thanks

@AlejandroRuiz
Copy link
Owner

Trying to figure out this issue by referencing the project code it works, but isn't work on nuget package

@fravezzimattia
Copy link
Author

fravezzimattia commented Jun 6, 2016

I Tried to Reference Paypal.Forms.Android and other projects to my Xamarin Forms Android and PCL projects but the problem persists.

@fcogutierrez
Copy link

Hi Alejandro.

Could you fix this? Is there any workaround for do this work on Android?

Having the same issue :(

@AlejandroRuiz
Copy link
Owner

Hey @fravezzimattia & @fcogutierrez sorry for the late fix this is fixed now in version 2.0.6 which is now live at nuget

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants