chore: fix tsdocs of updatePayment method (#12946)

This commit is contained in:
Shahed Nasser
2025-07-14 14:17:53 +03:00
committed by GitHub
parent 541bff8c9b
commit c3ee84d1c1

View File

@@ -599,7 +599,7 @@ export abstract class AbstractPaymentProvider<TConfig = Record<string, unknown>>
* {
* amount,
* currency_code,
* context.customer
* customer: context.customer
* }
* )
*