fix: some problems are fixed
This commit is contained in:
@@ -11,7 +11,7 @@ class DevPaymentGateway implements PaymentGateway {
|
||||
Future<void> connect() async {}
|
||||
|
||||
@override
|
||||
Future<PurchaseResult> purchase(String productSku) async {
|
||||
Future<PurchaseResult> purchase(String productSku, {String payload = ''}) async {
|
||||
final stamp = DateTime.now().millisecondsSinceEpoch;
|
||||
return PurchaseResult.success(
|
||||
token: 'dev-$productSku-$stamp',
|
||||
|
||||
Reference in New Issue
Block a user