From b0fc30d6e6218fd23a6501de9c99f5902fdcc5f4 Mon Sep 17 00:00:00 2001 From: Aashwin Mohan <96258159+aashwin-rvvup@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:39:53 +0100 Subject: [PATCH] Update GraphQlSdk to include ZRF Payment Method Settings --- src/GraphQlSdk.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/GraphQlSdk.php b/src/GraphQlSdk.php index 51dea58..024665e 100644 --- a/src/GraphQlSdk.php +++ b/src/GraphQlSdk.php @@ -334,6 +334,11 @@ public function getMethods(string $cartTotal = null, string $currency = null, ar } } } + ... on ZopaRetailFinancePaymentMethodSettings { + product { + widget { enabled } + } + } ... on ClearpayPaymentMethodSettings { checkout { theme {