결제

. FLUTTER 로 Toss .



var customerName = '';
var customerEmail = 'user1@test.com';

final paymentResult = await _paymentWidget.requestPayment(
paymentInfo: PaymentInfo(
orderId: orderId,
orderName: title,
customerName: customerName,
customerEmail: customerEmail),
);


, () .
는 customerEmail .
Was this page helpful?