@jimrising/easymerchantsdk-react-native 2.2.7 → 2.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -418,7 +418,7 @@ class PaymentInfoVC: BaseVC, BillingInfoVCDelegate {
|
|
|
418
418
|
super.viewDidLoad()
|
|
419
419
|
logOut()
|
|
420
420
|
|
|
421
|
-
// Then: safely start new API call
|
|
421
|
+
// // Then: safely start new API call
|
|
422
422
|
DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
|
|
423
423
|
self.request?.paymentIntentApi { success in
|
|
424
424
|
if success {
|
|
@@ -434,7 +434,8 @@ class PaymentInfoVC: BaseVC, BillingInfoVCDelegate {
|
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
-
|
|
437
|
+
|
|
438
|
+
|
|
438
439
|
|
|
439
440
|
viewAppearanceOn()
|
|
440
441
|
|
|
@@ -662,11 +663,11 @@ class PaymentInfoVC: BaseVC, BillingInfoVCDelegate {
|
|
|
662
663
|
self.txtFieldSelectDateNewGrailPayBankView.isHidden = false
|
|
663
664
|
|
|
664
665
|
if request.saveAccount == false {
|
|
665
|
-
self.heightViewBankFields.constant =
|
|
666
|
-
self.heightViewNewAccountFields.constant =
|
|
666
|
+
self.heightViewBankFields.constant = 802
|
|
667
|
+
self.heightViewNewAccountFields.constant = 852
|
|
667
668
|
} else {
|
|
668
|
-
self.heightViewBankFields.constant =
|
|
669
|
-
self.heightViewNewAccountFields.constant =
|
|
669
|
+
self.heightViewBankFields.constant = 848
|
|
670
|
+
self.heightViewNewAccountFields.constant = 902
|
|
670
671
|
}
|
|
671
672
|
|
|
672
673
|
if request.saveCard == false {
|
|
@@ -675,7 +676,7 @@ class PaymentInfoVC: BaseVC, BillingInfoVCDelegate {
|
|
|
675
676
|
self.heightViewNewCardFields.constant = 648
|
|
676
677
|
}
|
|
677
678
|
|
|
678
|
-
self.heightSubViewNewAccountFields.constant =
|
|
679
|
+
self.heightSubViewNewAccountFields.constant = 872
|
|
679
680
|
} else {
|
|
680
681
|
self.txtFieldStartDateCard.isHidden = true
|
|
681
682
|
self.txtFieldSelectDateSingleSavedCard.isHidden = true
|
|
@@ -687,11 +688,11 @@ class PaymentInfoVC: BaseVC, BillingInfoVCDelegate {
|
|
|
687
688
|
self.txtFieldSelectDateNewGrailPayBankView.isHidden = true
|
|
688
689
|
|
|
689
690
|
if request.saveAccount == false {
|
|
690
|
-
self.heightViewBankFields.constant =
|
|
691
|
-
self.heightViewNewAccountFields.constant =
|
|
691
|
+
self.heightViewBankFields.constant = 712
|
|
692
|
+
self.heightViewNewAccountFields.constant = 754
|
|
692
693
|
} else {
|
|
693
|
-
self.heightViewBankFields.constant =
|
|
694
|
-
self.heightViewNewAccountFields.constant =
|
|
694
|
+
self.heightViewBankFields.constant = 752
|
|
695
|
+
self.heightViewNewAccountFields.constant = 808
|
|
695
696
|
}
|
|
696
697
|
|
|
697
698
|
if request.saveCard == false {
|
|
@@ -700,7 +701,7 @@ class PaymentInfoVC: BaseVC, BillingInfoVCDelegate {
|
|
|
700
701
|
self.heightViewNewCardFields.constant = 553
|
|
701
702
|
}
|
|
702
703
|
|
|
703
|
-
self.heightSubViewNewAccountFields.constant =
|
|
704
|
+
self.heightSubViewNewAccountFields.constant = 757
|
|
704
705
|
}
|
|
705
706
|
|
|
706
707
|
self.txtFieldSelectPlanSingleSavedCard.isHidden = false
|
|
@@ -730,11 +731,11 @@ class PaymentInfoVC: BaseVC, BillingInfoVCDelegate {
|
|
|
730
731
|
self.txtFieldSelectDateNewGrailPayBankView.isHidden = true
|
|
731
732
|
|
|
732
733
|
if request.saveAccount == false {
|
|
733
|
-
self.heightViewBankFields.constant =
|
|
734
|
-
self.heightViewNewAccountFields.constant =
|
|
734
|
+
self.heightViewBankFields.constant = 616
|
|
735
|
+
self.heightViewNewAccountFields.constant = 656
|
|
735
736
|
} else {
|
|
736
|
-
self.heightViewBankFields.constant =
|
|
737
|
-
self.heightViewNewAccountFields.constant =
|
|
737
|
+
self.heightViewBankFields.constant = 656
|
|
738
|
+
self.heightViewNewAccountFields.constant = 716
|
|
738
739
|
}
|
|
739
740
|
|
|
740
741
|
if request.saveCard == false {
|
|
@@ -743,7 +744,7 @@ class PaymentInfoVC: BaseVC, BillingInfoVCDelegate {
|
|
|
743
744
|
self.heightViewNewCardFields.constant = 458
|
|
744
745
|
}
|
|
745
746
|
|
|
746
|
-
self.heightSubViewNewAccountFields.constant =
|
|
747
|
+
self.heightSubViewNewAccountFields.constant = 662
|
|
747
748
|
}
|
|
748
749
|
|
|
749
750
|
if selectedPaymentMethod == "Card" {
|