Google 支付通行证:如何测试忠诚度计划的注册和登录?

Google Pay Passes : How test Signup & Signin for a loyalty program?

我在我的 class 中填写了必要的信息,但我不知道如何测试它。文档中没有任何指示。此外,它指的是 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"
    }

我不得不联系 Google Pay Passes 团队以激活注册和登录。