Skip to content

Commit f7c726e

Browse files
🤖 Merge PR DefinitelyTyped#73274 Updates types for Recurly.js v4.38.0 by @recurly-integrations
Co-authored-by: recurly-integrations <recurly-integrations@users.noreply.github.com>
1 parent c82d7d7 commit f7c726e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎types/recurly__recurly-js/lib/apple-pay/native.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export type ApplePayPaymentRequest = {
197197
* The payment networks the merchant supports. Only selects those networks that intersect with the merchant's
198198
* payment gateways configured in Recurly.
199199
*/
200-
supportedNetworks?: string;
200+
supportedNetworks?: string[];
201201

202202
/**
203203
* The fields of shipping information the user must provide to fulfill the order.

‎types/recurly__recurly-js/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@types/recurly__recurly-js",
4-
"version": "4.37.9999",
4+
"version": "4.38.9999",
55
"nonNpm": true,
66
"nonNpmDescription": "@recurly/recurly-js",
77
"projects": [

0 commit comments

Comments
 (0)