From 9094fca83e614e02f36981452f657d825ddfedc7 Mon Sep 17 00:00:00 2001 From: Daniel Brain Date: Mon, 6 Aug 2018 14:56:37 -0700 Subject: [PATCH] Fix config query --- __sdk__.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__sdk__.js b/__sdk__.js index 1fbaa55..59d2d95 100644 --- a/__sdk__.js +++ b/__sdk__.js @@ -13,7 +13,7 @@ module.exports = { configQuery: ` clientConfiguration { assetsUrl - paymentMethodConfigurations(merchantId: $clientID) { + paypalMerchantConfiguration(merchantId: $clientID) { name isPayPalBranded }