-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Well, I have followed all your instructions but, if return just data passed in JSON Form, this is what when the button is clicked:
NOTE: I am using Production Credentials and testing in a real device.
CODE:
Same as example file:
onPressed: () async {
PePaytm pePaytm = new PePaytm(
paymentURL:
'https://us-central1-pubgavatar-28b16.cloudfunctions.net/customFunctions/paymentReceipt');
await pePaytm.makePayment(context,
order: Order(
orderId: DateTime.now().millisecondsSinceEpoch.toString(),
phoneNumber: '7777777777',
amount: '120',
custId: 'CUST123456',
email: '[email protected]'),
);
// TODO send your data for payment
},
Metadata
Metadata
Assignees
Labels
No labels
