From 1a7371ddd1b64d47b0fcd3e668a7f8b079690aec Mon Sep 17 00:00:00 2001 From: Tomoki Nishinaka Date: Sun, 1 Aug 2021 17:00:32 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9f7d60..b4ff6ab 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ import paypayopa client = paypayopa.Client(auth=(API_KEY, API_SECRET), production_mode=False) + +client.set_assume_merchant("MERCHANT_ID") ``` After setting up the client instance you can get the current PayPay SDK version using the following: