Skip to content

Commit c3ee84d

Browse files
authored
chore: fix tsdocs of updatePayment method (#12946)
1 parent 541bff8 commit c3ee84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/utils/src/payment/abstract-payment-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ export abstract class AbstractPaymentProvider<TConfig = Record<string, unknown>>
599599
* {
600600
* amount,
601601
* currency_code,
602-
* context.customer
602+
* customer: context.customer
603603
* }
604604
* )
605605
*

0 commit comments

Comments
 (0)