Commit f1f0ebaa authored by Ananthu Kanive's avatar Ananthu Kanive
Browse files

feat: add optional list of brokers to show in trigger-transaction (ios)

parent 9f13353d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ RCT_REMAP_METHOD(triggerTransaction,
         triggerTransactionFlowWithTransactionId:transactionId
         presentingController:[[[UIApplication sharedApplication] keyWindow] rootViewController]
         utmParams:utmParams
         brokerConfig:brokerList
         completion: ^(id response, NSError * error) {
            if (error != nil) {
                NSMutableDictionary *responseDict = [[NSMutableDictionary alloc] init];
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
  s.requires_arc = true

  s.dependency "React-Core"
  s.dependency 'SCGateway', '2.2.0'
  s.dependency 'SCGateway', '2.7.0'
end