4/22/1
This commit is contained in:
@@ -254,8 +254,8 @@ class PaymentController extends GetxController {
|
||||
MaterialPageRoute(
|
||||
builder: (BuildContext context) => UsePaypal(
|
||||
sandboxMode: true,
|
||||
clientId: AK.payPalClientIdLive,
|
||||
secretKey: AK.payPalSecretLive,
|
||||
clientId: AK.payPalClientId,
|
||||
secretKey: AK.payPalSecret,
|
||||
returnURL: AppInformation.website,
|
||||
cancelURL: "${AppInformation.website}/cancel",
|
||||
transactions: [
|
||||
@@ -636,10 +636,10 @@ class PaymentController extends GetxController {
|
||||
|
||||
billingData: PaymobBillingDataWallet(),
|
||||
onPayment: (PaymobResponseWallet response) {
|
||||
print('Success: ${response.success}');
|
||||
print('Transaction ID: ${response.transactionID}');
|
||||
print('Response Code: ${response.responseCode}');
|
||||
print('Message: ${response.message}');
|
||||
// print('Success: ${response.success}');
|
||||
// print('Transaction ID: ${response.transactionID}');
|
||||
// print('Response Code: ${response.responseCode}');
|
||||
// print('Message: ${response.message}');
|
||||
|
||||
// print(box.read(BoxName.passengerWalletTotal));//
|
||||
// print(box.read(BoxName.name));
|
||||
|
||||
Reference in New Issue
Block a user