Skip to content

Commit 8a7142f

Browse files
Update GraphQlSdk to include ZRF Payment Method Settings (#49)
1 parent 2981c0a commit 8a7142f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/GraphQlSdk.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,11 @@ public function getMethods(string $cartTotal = null, string $currency = null, ar
334334
}
335335
}
336336
}
337+
... on ZopaRetailFinancePaymentMethodSettings {
338+
product {
339+
widget { enabled }
340+
}
341+
}
337342
... on ClearpayPaymentMethodSettings {
338343
checkout {
339344
theme {

0 commit comments

Comments
 (0)