PAYableIPGClient constructor
const
PAYableIPGClient({})
Sets the params applicable for all payments.
Implementation
const PAYableIPGClient({
required this.logoUrl,
required this.returnUrl,
required this.merchantKey,
required this.merchantToken,
this.webhookUrl,
this.environment,
});