Google Pay Passes:如何测试会员计划的注册和登录?

时间:2019-03-10 11:11:52

标签: android google-pay

我在课堂上填写了必要的信息,但我不知道如何进行测试。文档中没有任何指示。此外,它引用2个变量MERCHANT_HOSTED_SIGNIN和MERCHANT_HOSTED_SIGNUP,但无法知道它们在哪里!

有关信息,这是我的loyaltyClass的一部分:

 "discoverableProgram": {
        "kind": "walletobjects#discoverableProgram",
        "merchantSignupInfo": {
            "signupWebsite": {
                "kind": "walletobjects#uri",
                "uri": "https://mywebsite.com/googlePay/signup/",
                "description": "My description"
            },
            "signupSharedDatas": [
                "firstName",
                "lastName",
                "streetAddress",
                "addressLine1",
                "addressLine2",
                "addressLine3",
                "city",
                "state",
                "zipcode",
                "country",
                "email",
                "phone"
            ]
        },
        "merchantSigninInfo": {
            "signinWebsite": {
                "kind": "walletobjects#uri",
                "uri": "https://mywebsite.com/googlePay/signin/"
            }
        },
        "state": "trustedTesters"
    }

1 个答案:

答案 0 :(得分:0)

我必须联系Google Pay Passes团队来激活注册和登录。