You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.out.println("With the following information:");
94
+
System.out.println(jsonString);
95
+
System.out.println();
96
+
System.out.println("To complete your setup, Go to " + Env.TestUrl + "dashboard/merchant/api-tokens and pair this client with your merchant account using the pairing codes:");
97
+
System.out.println();
98
+
System.out.println(pairingCodeMerchant + " for the Merchant facade.");
99
+
System.out.println(pairingCodePayroll + " for the Payroll facade ONLY if you have requested access for this role.");
100
+
} catch (Exceptione) {
101
+
System.out.println(e.getMessage());
102
+
System.exit(0);
103
+
}
104
+
105
+
System.out.println("The private key and the config file is been generated in a directory called output in the root of this package.");
106
+
System.out.println("Make sure you store this key in a secure location and update the PrivateKeyPath in the generated config file.");
0 commit comments