Skip to content

Commit a55ec65

Browse files
committed
PaymentRequestUnion, IssueBillingKeyAndPayRequestUnion optional로 변경
1 parent 23c152c commit a55ec65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/schema/browser-sdk.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4561,6 +4561,7 @@ resources:
45614561
IssueBillingKeyAndPayRequestUnion:
45624562
type: discriminatedUnion
45634563
discriminator: billingKeyAndPayMethod
4564+
optional: true
45644565
types:
45654566
MOBILE:
45664567
type: resourceRef
@@ -4718,6 +4719,7 @@ resources:
47184719
PaymentRequestUnion:
47194720
type: discriminatedUnion
47204721
discriminator: payMethod
4722+
optional: true
47214723
types:
47224724
CARD:
47234725
type: resourceRef

0 commit comments

Comments
 (0)