@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
@@ -19,7 +19,7 @@ Add the EasyMerchant SDK to your `package.json` under `dependencies`:
19
19
 
20
20
  ```json
21
21
  "dependencies": {
22
- "@jimrising/easymerchantsdk-react-native": "^2.2.7"
22
+ "@jimrising/easymerchantsdk-react-native": "^2.2.9"
23
23
  }
24
24
  ```
25
25
 
@@ -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
- // request.printAsJSON()
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 = 790
666
- self.heightViewNewAccountFields.constant = 840
666
+ self.heightViewBankFields.constant = 802
667
+ self.heightViewNewAccountFields.constant = 852
667
668
  } else {
668
- self.heightViewBankFields.constant = 836
669
- self.heightViewNewAccountFields.constant = 890
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 = 860
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 = 700
691
- self.heightViewNewAccountFields.constant = 742
691
+ self.heightViewBankFields.constant = 712
692
+ self.heightViewNewAccountFields.constant = 754
692
693
  } else {
693
- self.heightViewBankFields.constant = 740
694
- self.heightViewNewAccountFields.constant = 796
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 = 745
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 = 604
734
- self.heightViewNewAccountFields.constant = 644
734
+ self.heightViewBankFields.constant = 616
735
+ self.heightViewNewAccountFields.constant = 656
735
736
  } else {
736
- self.heightViewBankFields.constant = 644
737
- self.heightViewNewAccountFields.constant = 704
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 = 650
747
+ self.heightSubViewNewAccountFields.constant = 662
747
748
  }
748
749
 
749
750
  if selectedPaymentMethod == "Card" {
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'easymerchantsdk'
3
- s.version = '2.2.7'
3
+ s.version = '2.2.9'
4
4
  s.summary = 'A React Native SDK for Easy Merchant.'
5
5
  s.description = <<-DESC
6
6
  A React Native SDK to enable Easy Merchant functionality in mobile applications.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimrising/easymerchantsdk-react-native",
3
- "version": "2.2.7",
3
+ "version": "2.2.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {