Hello!
I need to integrate mercadopago to make payments from the app (for now only android). * MercadoPago is a payment entity mostly known in Latin America
Reduce el tiempo de integración usando nuestras librerías oficiales. Con ellas facilitamos tu proceso de desarrollo en los lenguajes más usados del mercado.
www.mercadopago.com.ar
Can that be used in B4A?
From already thank you very much!
Greetings Cristian
1. Register with AppBrain: https://www.appbrain.com/ 2. Download their AAR and copy it to the additional libraries folder: https://github.com/swisscodemonkeys/appbrain-sdk/releases/latest 3. Add to manifest editor: '************** AppBrain AddPermission(android.permission.INTERNET)...
Thanks for the reply Erel!
Try to compile the sdk with SimpleLibraryCompiler (v1.11) but it gives me error.
Also try compiling with Eclipse, but I don't know what to mark in the compilation, the tests I did returned errors
El error lo devuelve GetMp:
java.lang.ClassNotFoundException: com $ mercadopago $ Mercadopago
MercadopagoTest:
Sub Activity_Create(FirstTime As Boolean)
'MercadoPago.SDK.setClientSecret(System.getenv("CLIENT_SECRET_OK"));
GetMp.RunMethodJO("setClientSecret", Array(clientSecretKey))
GetMp.RunMethodJO("setClientId", Array(clientID))
End Sub
Sub GetContext As JavaObject
Return GetBA.GetField("context")
End Sub
Sub GetBA As JavaObject
Dim jo As JavaObject
Dim cls As String = Me
cls = cls.SubString("class ".Length)
jo.InitializeStatic(cls)
Return jo.GetFieldJO("processBA")
End Sub
Sub GetMp As JavaObject
Dim jo As JavaObject
'com.squareup.picasso.Picasso.with(context)
Return jo.InitializeStatic("com.mercadopago.Mercadopago").RunMethod("SDK", Array(GetContext))
End Sub
Hello!
I need to integrate mercadopago to make payments from the app (for now only android). * MercadoPago is a payment entity mostly known in Latin America
Reduce el tiempo de integración usando nuestras librerías oficiales. Con ellas facilitamos tu proceso de desarrollo en los lenguajes más usados del mercado.
www.mercadopago.com.ar
Can that be used in B4A?
From already thank you very much!
Greetings Cristian
Hello Cristian!
I am interested in the subject. MercadoPago is very popular in Argentina, and I would like to know if you have managed to make it work.
This is a wrap for this Github project which is itself a wrap for MercadoPago4Java. this library just works on B4J , and it's not completely complete, I'm developing it little by little, whoever wants to help, feel free Author: Waldemar Lima Version: 0.02 You can create a PREFERENCE type...
Hi Sergio!
I use the API with PHP, and send the request with POST in B4A instead of using the SDK.
There's not many differences, you will need a certificated for the host you will using for production.
Estamos ante un error poco común, si has instalado curl desde repositorio con yum o con apt probablemente nunca encontraras un error de este tipo. Este error suele aparecer en distros antiguas y esta relacionada con el cambio de versión de curl, si te ha salido este error es porque seguramente...
In cPanel & WHM version 58, we introduced a new feature called AutoSSL. I posted about AutoSSL before, but in case you haven’t heard of it yet, here’s more information. AutoSSL allows you to enable a feature in your cPanel & WHM account package which triggers the automatic request and...