software770-2 / android_gpay_paysafe_client

This is a sample project that show how to implement Google pay using Paysafe as a merchant. This is the actually client side Java implementation. The purpose is to give you an example on how to do this. Its not safe to use this directly has a commercial project since its is considered a proof of concept only. Also, the GRASP as been defined perfectly and you can modify the code to make it much more maintainable i this regard.
0 stars 0 forks source link

merchant_api_key_id_sbox ? #1

Open emailsubjekt opened 5 years ago

emailsubjekt commented 5 years ago

I'm getting this error message

IOEXception: config.properties

    // setMerchantUsername
    try {
        mMerchantUsername = Utils.getProperty("merchant_api_key_id_sbox", mContext);
    } catch(IOException ioExp) {
        Utils.showDialogAlert("IOException: "+ ioExp.getMessage(), mContext);
    }

Do I need to go to the paysafe website and register or what?

emailsubjekt commented 5 years ago

I'm also missing .addParameter("gatewayMerchantId", for pay with google.

Pay with paysafe is connected to a mere Toast obviously it doesn't work then or? So this is only a googlepay example with all the code for paysafe but not connected? Or?