6/28/1
This commit is contained in:
@@ -142,7 +142,9 @@ class PaymobPaymentWallet {
|
||||
}) async {
|
||||
final Map<String, dynamic> data = {
|
||||
"source": {
|
||||
"identifier": "01010101010", // Replace with actual source identifier
|
||||
"identifier": box
|
||||
.read(BoxName.phone)
|
||||
.toString(), // Replace with actual source identifier
|
||||
"subtype": "WALLET",
|
||||
},
|
||||
"payment_token": paymentToken,
|
||||
|
||||
Reference in New Issue
Block a user